Moby: What is the equivalent of /var/run/docker.sock in Windows container?

Created on 14 Jun 2016  ·  3Comments  ·  Source: moby/moby

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,

kinquestion platforwindows

Most helpful comment

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

All 3 comments

@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.

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

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

Was this page helpful?
0 / 5 - 0 ratings