Browse code

Fix minor typo in Debian installation docs

Signed-off-by: Chander G <chandergovind@gmail.com>

Chander G authored on 2015/07/26 07:19:18
Showing 1 changed files
... ...
@@ -47,11 +47,11 @@ container runs, it prints an informational message. Then, it exits.
47 47
 
48 48
 To uninstall the Docker package:
49 49
 
50
-    $ sudo apt-get purge docker-io
50
+    $ sudo apt-get purge docker.io
51 51
 
52 52
 To uninstall the Docker package and dependencies that are no longer needed:
53 53
 
54
-    $ sudo apt-get autoremove --purge docker-io
54
+    $ sudo apt-get autoremove --purge docker.io
55 55
 
56 56
 The above commands will not remove images, containers, volumes, or user created
57 57
 configuration files on your host. If you wish to delete all images, containers,