view source
Building a Docker Container for a Node Application
Thus far in my quest for Docker enlightenment I’ve discussed the pros and cons of Docker, installed Docker on an Ubuntu virtual machine, installed node on that machine and generally set things up. I now have a node application running inside Ubuntu. It’s time to move that into a container. One of the compelling features of the container story is that I can make the container a part of the build process.