From 0fac8a171f5dfa28e6ba3b0c2ff02bfe2f670e00 Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Mon, 14 Nov 2022 16:03:10 +0100 Subject: [PATCH] add docker-ce-rootless-extras to uninstall command follow-up to #16148 --- engine/install/centos.md | 2 +- engine/install/fedora.md | 2 +- engine/install/rhel.md | 2 +- engine/install/sles.md | 2 +- engine/install/ubuntu.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/engine/install/centos.md b/engine/install/centos.md index cb54951400..8ce55aa340 100644 --- a/engine/install/centos.md +++ b/engine/install/centos.md @@ -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 diff --git a/engine/install/fedora.md b/engine/install/fedora.md index db3abf8b01..441c0b4eaa 100644 --- a/engine/install/fedora.md +++ b/engine/install/fedora.md @@ -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 diff --git a/engine/install/rhel.md b/engine/install/rhel.md index ea2f91717c..ee0de2d840 100644 --- a/engine/install/rhel.md +++ b/engine/install/rhel.md @@ -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 diff --git a/engine/install/sles.md b/engine/install/sles.md index ceec99e720..e85e2078fc 100644 --- a/engine/install/sles.md +++ b/engine/install/sles.md @@ -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 diff --git a/engine/install/ubuntu.md b/engine/install/ubuntu.md index 9344dc4e4f..e182a33731 100644 --- a/engine/install/ubuntu.md +++ b/engine/install/ubuntu.md @@ -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