mirror of https://github.com/docker/docs.git
Set correct Compose version in Linux installation guide
This commit is contained in:
parent
f14eb74906
commit
f08b041774
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue