mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix minor typo in Debian installation docs
Signed-off-by: Chander G <chandergovind@gmail.com>
This commit is contained in:
parent
c051ed7953
commit
ceeb22dc6e
1 changed files with 2 additions and 2 deletions
|
@ -47,11 +47,11 @@ container runs, it prints an informational message. Then, it exits.
|
|||
|
||||
To uninstall the Docker package:
|
||||
|
||||
$ sudo apt-get purge docker-io
|
||||
$ 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
|
||||
$ 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,
|
||||
|
|
Loading…
Reference in a new issue