Rapid Local Development with Vagrant, Docker and Node.js

added by bpwndaddy
6/12/2015 2:57:30 PM

1701 Views

TLDR Using a cascade of Vagrant shared directories, Docker volumes and cleverly placed symlinks, you can rig Vagrant and Docker to instantly reflect your local application code updates. Docker volume -> Vagrant shared directory -> Host machine code. Enable NPM link style development in Docker container. Dosen't cover gulp webpack asset generation but you can figure it out. There might be a better way to do this or improvements to make. Leave it in the comments. - See more at: http://kevzettler.com/programming/2015/06/07/rapid_local_development_vagrant_docker_node.html#sthash.efxL82u5.dpuf


0 comments