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:
Drugoy 2019-01-06 00:04:03 +03:00 committed by GitHub
parent 27b909795e
commit bd77b434fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ $ sudo yum remove docker \
docker-latest \
docker-latest-logrotate \
docker-logrotate \
docker-selinux \
docker-engine-selinux \
docker-engine
```