mirror of https://github.com/docker/docs.git
Merge pull request #7717 from sudo-bmitch/pr-uninst-old
Adding containerd and runc to cleanup on old Debian/Ubuntu installs
This commit is contained in:
commit
d235ceeb49
|
|
@ -41,7 +41,7 @@ Older versions of Docker were called `docker` or `docker-engine`. If these are
|
||||||
installed, uninstall them:
|
installed, uninstall them:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get remove docker docker-engine docker.io
|
$ 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.
|
It's OK if `apt-get` reports that none of these packages are installed.
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ Older versions of Docker were called `docker` or `docker-engine`. If these are
|
||||||
installed, uninstall them:
|
installed, uninstall them:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get remove docker docker-engine docker.io
|
$ 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.
|
It's OK if `apt-get` reports that none of these packages are installed.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue