mirror of https://github.com/docker/docs.git
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:
parent
65e69afdfe
commit
b0a04d1d9f
|
@ -50,7 +50,8 @@ $ sudo yum remove docker \
|
||||||
docker-common \
|
docker-common \
|
||||||
container-selinux \
|
container-selinux \
|
||||||
docker-selinux \
|
docker-selinux \
|
||||||
docker-engine
|
docker-engine \
|
||||||
|
docker-engine-selinux
|
||||||
```
|
```
|
||||||
|
|
||||||
It's OK if `yum` reports that none of these packages are installed.
|
It's OK if `yum` reports that none of these packages are installed.
|
||||||
|
|
Loading…
Reference in New Issue