Add a link to the "Uninstall Docker Engine" section

pull/34131/head
Yuki Okushi 2022-06-05 10:42:01 +09:00
parent ec85e424c7
commit 11e6bc1c7e
No known key found for this signature in database
GPG Key ID: 379CEEFDD63E5DD7
1 changed files with 7 additions and 0 deletions

View File

@ -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 >}}