DEV Community

Discussion on: Using Docker for Node.js in Development and Production

Collapse
 
aghost7 profile image
Jonathan Boudreau

My experience with this on larger projects is that the file share between OSX and the docker VM is too slow for development. You'll probably have to change of file share at some point. To solve this I ended up installing docker in a vagrant VM and using nfs (nfs server running from the Linux VM) to share the files.