Update README.md
This commit is contained in:
parent
06b2d32b7d
commit
294125bc61
1 changed files with 6 additions and 0 deletions
|
@ -20,8 +20,14 @@
|
|||
|
||||
```sudo mkdir -p /usr/local/lib/docker/cli-plugins```
|
||||
|
||||
### x86/64
|
||||
|
||||
```sudo curl -SL https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose```
|
||||
|
||||
### RaspberryPi
|
||||
|
||||
```sudo curl -SL https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-armv7 -o /usr/local/lib/docker/cli-plugins/docker-compose```
|
||||
|
||||
```sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose```
|
||||
|
||||
## Install Docker-Compose
|
||||
|
|
Loading…
Reference in a new issue