dockerizing-django
dockerizing-django copied to clipboard
Update volume in dev with docker-machine
Would there be a way to update the project code without "rebuilding" the image while in dev? The "mount volume to project directory" would not quite work with docker-machine, correct?
the mount volume to project directory does work with docker-machine
Depending on docker-machine, it will normally mount your Users directory (windows vs mac). So if your project dir is in your users directory somewhere, it will work.
Even if the docker docker-machine is connected is remote and my project folder is local?