Managing Docker with Puppet

Puppet can certainly install and manage the Docker service for you, just as it can any other software, but it can also do a lot more. It can download and run Docker images, build images from Dockerfiles, mount files and directories on the container, and manage Docker volumes and networks. We'll see how to do all these things in this chapter.

Installing Docker

Before we do anything else, we'll need to install Docker on our node (using Puppet, of course). The puppetlabs/docker_platform module is ideal for this.

  1. If you've already installed and run the r10k module management tool, as shown in Chapter 7, Mastering modules, in the Using r10k section, the required module will already be installed. If not, run the following commands ...

Get Puppet 5 Beginner's Guide - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.