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,
@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?
Most helpful comment
@friism Thanks for the answer. Is there plan to work around this?