summaryrefslogtreecommitdiff
path: root/docs/sources/installation/SUSE.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/installation/SUSE.md')
-rw-r--r--docs/sources/installation/SUSE.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/docs/sources/installation/SUSE.md b/docs/sources/installation/SUSE.md
index 106d4cbe31..756ed6b5c1 100644
--- a/docs/sources/installation/SUSE.md
+++ b/docs/sources/installation/SUSE.md
@@ -28,7 +28,7 @@ Docker is available in **SUSE Linux Enterprise 12 and later**. Please note that
due to its current limitations Docker is able to run only on **64 bit**
architecture.
-## Installation
+# Installation
Install the Docker package.
@@ -76,20 +76,6 @@ 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 zypper rm docker
-
-The above command 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.
-
## What's next
Continue with the [User Guide](/userguide/).