add docker-ce-rootless-extras to uninstall command

follow-up to #16148
This commit is contained in:
David Karlsson
2022-11-14 16:03:10 +01:00
parent dba8645627
commit 0fac8a171f
5 changed files with 5 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ instead of `yum -y install`, and point to the new file.
1. Uninstall the Docker Engine, CLI, Containerd, and Docker Compose packages:
```console
$ sudo yum remove docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo yum remove docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or customized configuration files on your host

View File

@@ -210,7 +210,7 @@ instead of `dnf -y install`, and point to the new file.
1. Uninstall the Docker Engine, CLI, Containerd, and Docker Compose packages:
```console
$ sudo dnf remove docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo dnf remove docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or customized configuration files on your host

View File

@@ -219,7 +219,7 @@ instead of `yum -y install`, and point to the new file.
1. Uninstall the Docker Engine, CLI, Containerd, and Docker Compose packages:
```console
$ sudo yum remove docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo yum remove docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or customized configuration files on your host

View File

@@ -237,7 +237,7 @@ instead of `zypper -y install`, and point to the new file.
1. Uninstall the Docker Engine, CLI, Containerd, and Docker Compose packages:
```console
$ sudo zypper remove docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo zypper remove docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or customized configuration files on your host

View File

@@ -254,7 +254,7 @@ To upgrade Docker Engine, download the newer package file and repeat the
1. Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages:
```console
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-compose-plugin
$ sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras
```
2. Images, containers, volumes, or custom configuration files on your host