dockerizing-django icon indicating copy to clipboard operation
dockerizing-django copied to clipboard

Update volume in dev with docker-machine

Open imaia opened this issue 8 years ago • 2 comments

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?

imaia avatar Dec 13 '16 13:12 imaia

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.

oppianmatt avatar Dec 13 '16 15:12 oppianmatt

Even if the docker docker-machine is connected is remote and my project folder is local?

imaia avatar Dec 13 '16 16:12 imaia