remove docker-ce as thing to remove

The docker-ee packages will take care of removing docker-ce.

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu 2018-10-17 21:19:58 +00:00
parent c136b48a5d
commit 7868940f77
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

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