Merge pull request #7768 from ekitagawa/patch-18

Extra `.0` should be removed for Centos and RHEL `sudo yum-config-manager --enable docker-ee-stable-18.09`
This commit is contained in:
L-Hudson 2018-11-30 12:35:05 -05:00 committed by GitHub
commit 1a156adf8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ You only need to set up the repository once, after which you can install Docker
For example, if you want to install the 18.09 version run the following:
```bash
sudo yum-config-manager --enable docker-ee-stable-18.09.0
sudo yum-config-manager --enable docker-ee-stable-18.09
```
Docker is installed but not started. The `docker` group is created, but no users are added to the group.