From 11e6bc1c7e470e48cf73e6672999223466aa584b Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 5 Jun 2022 10:42:01 +0900 Subject: [PATCH] Add a link to the "Uninstall Docker Engine" section --- .../migrating-from-dockershim/change-runtime-containerd.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md index 3d79e5d4f7..8fb69a7747 100644 --- a/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md +++ b/content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md @@ -163,3 +163,10 @@ sudo apt-get purge docker-ce docker-ce-cli {{% /tab %}} {{< /tabs >}} +The above commands don't remove images, containers, volumes, or customized configuration files on your host. +To delete them, see the [Uninstall Docker Engine](https://docs.docker.com/engine/install/ubuntu/#uninstall-docker-engine) section +within the documentation for Docker. + +{{< caution >}} +It has a risk of deleting containerd, be careful when executing commands on that docs page. +{{< /caution >}}