Using Docker for Node Development
Docker is an open-source project that allows processes/applications to be run in isolated ‘containers,’ very similar to a virtual machine but with far less overhead.
Docker’s primary use is for deployment, but it is increasingly being used…