October 2018
Intermediate to advanced
248 pages
4h 46m
English
All of our applications require containers to run, so we will use a Docker container to enable them to run.
These are few steps that will help us do that:
sudo yum- config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
You can see the path to where the Docker repository is saved, as follows:

sudo yum install docker-ce
We are installing Docker version 17.12.0. We have now installed the Docker containers—repeat the same steps for slave2 and slave3.
Read now
Unlock full access