Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

None of the examples in the docker help seem to work but I found a strange setup that does wok, I used the following command

docker run --name ubuntu-run -it -v //c/Users/Selvyn/demo/vm_share:/var/lib/host.demo ubuntu

The key seems to be in the //c/Users/Selvyn which is C:\Users\Selvyn.  This can be mounted, but anything outside of C:\Users\Selvyn won't work???  I suspect it is something to do with privileges. 

  • No labels