mirror of https://github.com/docker/docs.git
Mention docker.io package as old name
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
3f370fb512
commit
1f6e2aec0d
|
@ -34,8 +34,8 @@ Docker CE is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectu
|
|||
|
||||
### Uninstall old versions
|
||||
|
||||
Older versions of Docker were called `docker` or `docker-engine`. If these are
|
||||
installed, uninstall them:
|
||||
Older versions of Docker were called `docker`, `docker.io `, or `docker-engine`.
|
||||
If these are installed, uninstall them:
|
||||
|
||||
```bash
|
||||
$ sudo apt-get remove docker docker-engine docker.io containerd runc
|
||||
|
|
|
@ -41,8 +41,8 @@ Docker CE is supported on `x86_64` (or `amd64`), `armhf`, `arm64`, `s390x`
|
|||
|
||||
### Uninstall old versions
|
||||
|
||||
Older versions of Docker were called `docker` or `docker-engine`. If these are
|
||||
installed, uninstall them:
|
||||
Older versions of Docker were called `docker`, `docker.io `, or `docker-engine`.
|
||||
If these are installed, uninstall them:
|
||||
|
||||
```bash
|
||||
$ sudo apt-get remove docker docker-engine docker.io containerd runc
|
||||
|
|
Loading…
Reference in New Issue