Skip to content

Commit e0f2e93

Browse files
authored
Merge pull request #34131 from JohnTitor/enhance-removal-de
Add a link to the "Uninstall Docker Engine" section
2 parents 553dc2f + 044be48 commit e0f2e93

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/en/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Run `kubectl get nodes -o wide` and containerd appears as the runtime for the no
136136

137137
Finally if everything goes well, remove Docker.
138138

139-
{{< tabs name="tab-remove-docker-enigine" >}}
139+
{{< tabs name="tab-remove-docker-engine" >}}
140140
{{% tab name="CentOS" %}}
141141

142142
```shell
@@ -163,3 +163,9 @@ sudo apt-get purge docker-ce docker-ce-cli
163163
{{% /tab %}}
164164
{{< /tabs >}}
165165

166+
The preceding commands don't remove images, containers, volumes, or customized configuration files on your host.
167+
To delete them, follow Docker's instructions to [Uninstall Docker Engine](https://docs.docker.com/engine/install/ubuntu/#uninstall-docker-engine).
168+
169+
{{< caution >}}
170+
Docker's instructions for uninstalling Docker Engine create a risk of deleting containerd. Be careful when executing commands.
171+
{{< /caution >}}

0 commit comments

Comments
 (0)