In a previous article, "Provisioning Docker with Puppet", in the December 2016 issue, I covered one of the ways you can install the Docker service onto a new system with Puppet. By contrast, this ...
Docker containers are lightweight, self-contained packages capable of efficiently running various services. Virtual machines are more robust, emulate full computers, and require more resources, but ...