From dbb36d8a6d337db98031b6b1b986278a3dc6f20d Mon Sep 17 00:00:00 2001 From: NitishKumar06 Date: Sun, 13 Nov 2022 16:03:34 +0530 Subject: [PATCH] command to uninstall docker engine modified --- engine/install/debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/install/debian.md b/engine/install/debian.md index bcf12bfe9a..0d7d4294e6 100644 --- a/engine/install/debian.md +++ b/engine/install/debian.md @@ -259,7 +259,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