Closed bfirsh closed 10 years ago
It is mounted at /Users/username on the VM so using volumes within your home directory more-or-less works seamlessly.
E.g. you could use this to mount some code you're working on inside a container:
$ docker run -v pwd:/opt myimage python app.py
pwd
Just going to merge this because it's getting some interest on HN!
It is mounted at /Users/username on the VM so using volumes within your home directory more-or-less works seamlessly.
E.g. you could use this to mount some code you're working on inside a container:
$ docker run -v
pwd
:/opt myimage python app.py