mirror of https://github.com/docker/docs.git
Adding containerd and runc to cleanup on old Debian/Ubuntu installs
Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
parent
3840f1b232
commit
3124583254
|
|
@ -41,7 +41,7 @@ Older versions of Docker were called `docker` or `docker-engine`. If these are
|
|||
installed, uninstall them:
|
||||
|
||||
```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.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ Older versions of Docker were called `docker` or `docker-engine`. If these are
|
|||
installed, uninstall them:
|
||||
|
||||
```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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue