
上QQ阅读APP看书,第一时间看更新
Chapter 1. Installing Docker with Puppet
In this chapter, we will be setting up our development environment so that we can develop our first container application. To do this, we will use Vagrant. In our first topic, we will look at how to install Vagrant. We will look at how a Vagrantfile is constructed using Puppet as the provisioner. We will also look at how to get Puppet modules from the Puppet Forge using a puppetfile and r10k. In the last topic, we will install Docker on a Centos 7 box with Puppet. The following are the topics that we will cover in this chapter:
- Installing Vagrant
- An introduction to Puppet Forge
- Installing Docker