-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ducker should respect the DOCKER_HOST environment variable #113
Comments
@danyshs this seems to be a config issue The error is essentially a prettified stack trace, and it should be read as Ducker is unable to find the docker socket file (usually Does that file exist? If it does, what happens if you execute |
I'm in the same boat albeit on Mac with Colima which insists to put its docker.sock into ~/.colima/ to not interfere with Docker Desktop. @danyshs: did you enable WSL2 integration in Docker Desktop? Check your DOCKER_HOST environment variable and add it as parameter when using ducker (-d), or create a config file with -e and update it. @robertpsoane: ducker seems to ignore DOCKER_HOST, maybe add reading it in a future version (at least for local files)? |
[I have Docker-cli on wsl, I don't have Docker Desktop!] I..............think I realized what the issue was. All is well now. |
Either that, or when I had no containers or images loaded up, it had a breaking error rather than launching to an empty screen. |
Describe the bug
Installed Ducker, and tried to run it, but can't debug why it's throwing an error because it's throwing multiple and doesn't point towards a valid file
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ideally it should just work, but at least it should throw an error that points to a valid directory
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: