Merge pull request #115 from jodh-intel/fix-centos-install-doc

docs: Fix CentOS install guide
This commit is contained in:
James O. D. Hunt 2018-05-22 17:50:12 +01:00 committed by GitHub
commit f313ac18a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ This step is only required in case Docker is not installed on the system.
1. Install the latest version of Docker with the following commands:
```bash
$ sudo yum -y install dnf-plugins-core
$ sudo yum -y install yum-utils
$ sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
$ sudo yum -y install docker-ce
```