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:
Anne Henmi 2018-12-28 10:05:04 -07:00 committed by GitHub
commit d235ceeb49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.