Skip to content
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

What is the equivalent of /var/run/docker.sock in Windows container? #23541

Closed
xied75 opened this issue Jun 14, 2016 · 3 comments
Closed

What is the equivalent of /var/run/docker.sock in Windows container? #23541

xied75 opened this issue Jun 14, 2016 · 3 comments

Comments

@xied75
Copy link

xied75 commented Jun 14, 2016

http://stackoverflow.com/questions/27879713/is-it-ok-to-run-docker-from-inside-docker

So the best practice is to map the sock, but how do we do that in the Windows Server 2016 TP5?

Best,

@friism
Copy link
Contributor

friism commented Jun 14, 2016

@xied75 there's currently no way to do that that I know up. On Windows, the Docker engine is on a named pipe: //./pipe/docker_engine. But it cannot be mounted with -v.

@thaJeztah
Copy link
Member

I'll close this issue, because I think this is answered, but feel free to continue the discussion

@xied75
Copy link
Author

xied75 commented Jun 15, 2016

@friism Thanks for the answer. Is there plan to work around this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants