Merge pull request #18434 from Daniel15/patch-1

Add docker-compose-v2 to list of unofficial Ubuntu packages
This commit is contained in:
David Karlsson 2023-10-16 20:02:12 +02:00 committed by GitHub
commit 52921cf33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ The unofficial packages to uninstall are:
- `docker.io`
- `docker-compose`
- `docker-compose-v2`
- `docker-doc`
- `podman-docker`
@ -70,7 +71,7 @@ conflicts with the versions bundled with Docker Engine.
Run the following command to uninstall all conflicting packages:
```console
$ for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done
$ for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done
```
`apt-get` might report that you have none of these packages installed.