mirror of https://github.com/docker/docs.git
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:
parent
7866ae49fd
commit
b5e15b0757
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue