summaryrefslogtreecommitdiff
path: root/docs/sources/installation/debian.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/installation/debian.md')
-rw-r--r--docs/sources/installation/debian.md36
1 files changed, 0 insertions, 36 deletions
diff --git a/docs/sources/installation/debian.md b/docs/sources/installation/debian.md
index 883f920cdd..da9e5f59b1 100644
--- a/docs/sources/installation/debian.md
+++ b/docs/sources/installation/debian.md
@@ -37,24 +37,6 @@ container runs, it prints an informational message. Then, it exits.
> If you want to enable memory and swap accounting see
> [this](/installation/ubuntulinux/#memory-and-swap-accounting).
-### Uninstallation
-
-To uninstall the Docker package:
-
- $ sudo apt-get purge docker-io
-
-To uninstall the Docker package and dependencies that are no longer needed:
-
- $ sudo apt-get autoremove --purge docker-io
-
-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.
-
## Debian Wheezy/Stable 7.x (64-bit)
Docker requires Kernel 3.8+, while Wheezy ships with Kernel 3.2 (for more details
@@ -92,24 +74,6 @@ which is officially supported by Docker.
>
> $ wget -qO- https://get.docker.com/gpg | sudo apt-key add -
-### Uninstallation
-
-To uninstall the Docker package:
-
- $ sudo apt-get purge lxc-docker
-
-To uninstall the Docker package and dependencies that are no longer needed:
-
- $ sudo apt-get autoremove --purge lxc-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.
-
## Giving non-root access
The `docker` daemon always runs as the `root` user and the `docker`