Update install docs: don't rm container-selinux (#3816)

Also actually remove `docker-engine-selinux`.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
Brian Goff 2017-07-07 13:26:02 -04:00 committed by Misty Stanley-Jones
parent 7866ae49fd
commit b5e15b0757
3 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ installed, uninstall them, along with associated dependencies.
```bash
$ sudo dnf remove docker \
docker-common \
container-selinux \
docker-selinux \
docker-engine-selinux \
docker-engine
```

View File

@ -49,8 +49,8 @@ if you are upgrading from Docker CE to Docker EE, remove the Docker CE package.
```bash
$ sudo yum remove docker \
docker-common \
container-selinux \
docker-selinux \
docker-engine-selinux \
docker-engine \
docker-ce
```

View File

@ -49,8 +49,8 @@ installed, uninstall them, along with associated dependencies.
```bash
$ sudo yum remove docker \
docker-common \
container-selinux \
docker-selinux \
docker-engine-selinux
docker-engine
```