January 2019
Intermediate to advanced
484 pages
11h 48m
English
A 64-bit version of CentOS 7 is required to run Docker. You can get the Docker package from CentOS's repository via sudo yum install docker, but this might be an older version. Again, the installation steps from Docker's official guide (https://docs.docker.com/install/linux/docker-ce/centos/) are as follows:
$ sudo yum install -y yum-utils
$ sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
$ sudo yum install docker-ce$ sudo systemctl start ...
Read now
Unlock full access