Merge pull request #7530 from andrewhsu/c

remove docker-ce as thing to remove
This commit is contained in:
Maria Bermudez 2018-12-27 10:04:52 -08:00 committed by GitHub
commit 24296c20e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -56,8 +56,7 @@ $ sudo yum remove docker \
docker-logrotate \
docker-selinux \
docker-engine-selinux \
docker-engine \
docker-ce
docker-engine
```
## Repo install and upgrade

View File

@ -119,8 +119,7 @@ $ sudo yum remove docker \
docker-logrotate \
docker-selinux \
docker-engine-selinux \
docker-engine \
docker-ce
docker-engine
```