centos Uninstall lost a dependency (#3651)

when I degrade to lower docker version, I found that docker-engine-selinux dependency need to remove.
This commit is contained in:
ArthurMa 2017-06-21 05:14:34 +08:00 committed by Misty Stanley-Jones
parent 65e69afdfe
commit b0a04d1d9f
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ $ sudo yum remove docker \
docker-common \
container-selinux \
docker-selinux \
docker-engine
docker-engine \
docker-engine-selinux
```
It's OK if `yum` reports that none of these packages are installed.