Docker is a platform for the rapid deployment of containers. Containers are like lightweight virtual machines that might only run a single process. The containers in Docker are called docks and are configured with files called Dockerfiles. Puppet can be used to configure a node to not only run Docker but also configure and start several docks. You can then use Puppet to ensure that your docks are running and are consistently configured.
Managing Docker with Puppet
Getting ready
Download and install the Puppet Docker module from the Puppet Forge (https://forge. puppet.com/puppetlabs/docker):
t@mylaptop ~$ puppet module install puppetlabs-docker --modulepath ~/puppet/modules
Notice: Preparing to install into /home/thomas...