-
Notifications
You must be signed in to change notification settings - Fork 867
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
docker (client) and docker-machine binaries hang #30
Comments
I'm not a docker expert but the shell can lag a lot while ctrl-c. |
Docker is not a supported scenario at this time. We have seen some interest. If this is something you'd like to see I recommend going and voting on our User Voice page. |
Hmm, I think you pulled the trigger too quickly here. I'm not talking about the docker engine. I'm talking about the client. |
@russalex I agree with @atrauzzi Docker engine not being able to run on WSL is completely understandable, but I see no reason why WSL shouldn't support running the Docker client, which is entirely user-mode AFAIK. Having Docker client running on WSL would allow cross platform teams to maintain only bash scripts as opposed to requiring a separate set of Powershell/CMD scripts. |
Any chance this can be re-opened. To be clear, no need for full docker (engine) support. I'd like to be able to use the docker client on Bash. That client would connect through TCP to the docker engine running in a VM. |
The docker client should be working but it has been some time since I have tested the client. Possible that either we put in a bug or you're running in a configuration I have not tried. Instead of re-opening this old issue, it would be better to open a new one and fill out the template. |
After some digging found #1123 to match what I saw. So it's being tracked. |
Ah, right, the ticket that @tdeckers found :-) |
Just to clarify. Currently docker does not work in BashOnWindows. Right? |
@longlostbro -- The Docker service does not work in WSL. The Docker client (connecting to a copy of the service running on Windows or on another host) has basic functionality, but it tends to hang when building images or otherwise transferring lots of data to or from the Docker service. |
Attempting to use the docker client or docker-machine (both go apps) seems to hang my console.
I can ctrl-c to get out, but they're not working.
The text was updated successfully, but these errors were encountered: