November 2018
Beginner
230 pages
6h 4m
English
First, we will need to install some required packages. Open a terminal window and enter the following command:
# installing required packagessudo yum install -y yum-utils \ device-mapper-persistent-data \ lvm2
This will make sure that we have both the yum-config-manager utility and the device mapper storage driver installed on the system. It is illustrated in the following screenshot:

Next, we will set up the CentOS stable repository for Docker ...
Read now
Unlock full access