Set correct Compose version in Linux installation guide

This commit is contained in:
Dan Bamikiya 2021-10-11 17:22:28 +01:00 committed by GitHub
parent f14eb74906
commit f08b041774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ from the [project release page](https://github.com/docker/compose/releases){:tar
```console
$ mkdir -p ~/.docker/cli-plugins/
$ curl -SL https://github.com/docker/compose/releases/download/v2.0.0/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
$ curl -SL https://github.com/docker/compose/releases/download/v2.0.1/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
```
This command installs Compose V2 for the active user under `$HOME` directory. To install Docker Compose for all users on your system, replace `~/.docker/cli-plugins` with `/usr/local/lib/docker/cli-plugins`.
@ -94,7 +94,7 @@ from the [project release page](https://github.com/docker/compose/releases){:tar
```console
$ docker compose version
Docker Compose version 2.0.0
Docker Compose version 2.0.1
```
### Compose Switch