summaryrefslogtreecommitdiff
path: root/docs/sources/installation/gentoolinux.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/installation/gentoolinux.md')
-rw-r--r--docs/sources/installation/gentoolinux.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/sources/installation/gentoolinux.md b/docs/sources/installation/gentoolinux.md
index 865e8eb008..716eab9d82 100644
--- a/docs/sources/installation/gentoolinux.md
+++ b/docs/sources/installation/gentoolinux.md
@@ -95,21 +95,3 @@ To start on system boot:
If you need to add an HTTP Proxy, set a different directory or partition for the
Docker runtime files, or make other customizations, read our systemd article to
learn how to [customize your systemd Docker daemon options](/articles/systemd/).
-
-## Uninstallation
-
-To uninstall the Docker package:
-
- $ sudo emerge -cav app-emulation/docker
-
-To uninstall the Docker package and dependencies that are no longer needed:
-
- $ sudo emerge -C app-emulation/docker
-
-The above commands will not remove images, containers, volumes, or user created
-configuration files on your host. If you wish to delete all images, containers,
-and volumes run the following command:
-
- $ rm -rf /var/lib/docker
-
-You must delete the user created configuration files manually.