Update README.md
This commit is contained in:
parent
0a3c2fcac5
commit
2884c3b33f
1 changed files with 10 additions and 4 deletions
|
@ -18,11 +18,17 @@
|
||||||
|
|
||||||
## Install Docker Compose V2
|
## Install Docker Compose V2
|
||||||
|
|
||||||
```mkdir -p /usr/local/lib/docker/cli-plugins```
|
```sudo mkdir -p /usr/local/lib/docker/cli-plugins```
|
||||||
|
|
||||||
```curl -SL https://github.com/docker/compose/releases/download/v2.0.1/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose```
|
```sudo curl -SL https://github.com/docker/compose/releases/download/v2.0.1/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose```
|
||||||
|
|
||||||
```chmod +x /usr/local/lib/docker/cli-plugins/docker-compose```
|
```sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose```
|
||||||
|
|
||||||
|
## Install Docker-Compose
|
||||||
|
|
||||||
|
```sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose```
|
||||||
|
|
||||||
|
```sudo chmod +x /usr/local/bin/docker-compose```
|
||||||
|
|
||||||
## Verify
|
## Verify
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue