Currently, using Boot2Docker on Windows, is it possible to install root on a host? Say I use an Ubuntu image and I would like to install / on the host, how can I do this?
I looked around and tried:
docker run -v /c/Users/ubuntu:/ --name ubuntu -dt ubuntu
but ended up with an error:
docker: Error response from daemon: Invalid bind mount spec "/c/Users/ubuntu:/": volumeslash: Invalid specification: destination can't be '/' in '/c/Users/Leon/ubuntu:/'.
source share