mirror of https://github.com/docker/docs.git
Update ubuntu.md (#11299)
* Update ubuntu.md After doing the 'apt-get rmove', I had to search to determine whether it was safe to remove /var/lib/docker, then found at the bottom of the page that it's OK to do so (if you don't have anything there you need). Co-authored-by: Sebastiaan van Stijn <github@gone.nl> Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
af9263c8a8
commit
f67ae93112
|
@ -42,7 +42,9 @@ $ sudo apt-get remove docker docker-engine docker.io containerd runc
|
|||
It's OK if `apt-get` reports that none of these packages are installed.
|
||||
|
||||
The contents of `/var/lib/docker/`, including images, containers, volumes, and
|
||||
networks, are preserved. The Docker Engine package is now called `docker-ce`.
|
||||
networks, are preserved. If you do not need to save your existing data, and want to
|
||||
start with a clean installation, refer to the [uninstall Docker Engine](#uninstall-docker-engine)
|
||||
section at the bottom of this page.
|
||||
|
||||
### Supported storage drivers
|
||||
|
||||
|
|
Loading…
Reference in New Issue