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
|
```bash
|
||||||
$ sudo dnf remove docker \
|
$ sudo dnf remove docker \
|
||||||
docker-common \
|
docker-common \
|
||||||
container-selinux \
|
|
||||||
docker-selinux \
|
docker-selinux \
|
||||||
|
docker-engine-selinux \
|
||||||
docker-engine
|
docker-engine
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -49,8 +49,8 @@ if you are upgrading from Docker CE to Docker EE, remove the Docker CE package.
|
||||||
```bash
|
```bash
|
||||||
$ sudo yum remove docker \
|
$ sudo yum remove docker \
|
||||||
docker-common \
|
docker-common \
|
||||||
container-selinux \
|
|
||||||
docker-selinux \
|
docker-selinux \
|
||||||
|
docker-engine-selinux \
|
||||||
docker-engine \
|
docker-engine \
|
||||||
docker-ce
|
docker-ce
|
||||||
```
|
```
|
||||||
|
|
|
@ -49,8 +49,8 @@ installed, uninstall them, along with associated dependencies.
|
||||||
```bash
|
```bash
|
||||||
$ sudo yum remove docker \
|
$ sudo yum remove docker \
|
||||||
docker-common \
|
docker-common \
|
||||||
container-selinux \
|
|
||||||
docker-selinux \
|
docker-selinux \
|
||||||
|
docker-engine-selinux
|
||||||
docker-engine
|
docker-engine
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue