mirror of https://github.com/docker/docs.git
Remove bad, breaky advice
`yum remove docker-selinux` and `yum remove docker-engine-selinux` result into a prompt to remove `container-selinux` package, which, in turn, is a dependency for `docker-ce`, which results into a prompt to remove it as well.
This commit is contained in:
parent
27b909795e
commit
bd77b434fe
|
@ -49,8 +49,6 @@ $ sudo yum remove docker \
|
|||
docker-latest \
|
||||
docker-latest-logrotate \
|
||||
docker-logrotate \
|
||||
docker-selinux \
|
||||
docker-engine-selinux \
|
||||
docker-engine
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue