22
0
Fork 0

Ajout installation de docker-compose via apt

This commit is contained in:
tpilat 2020-06-30 17:15:42 +02:00
parent bc6762917f
commit a38ebbc909
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ Docker multi-conteneurs.
## Installation ## Installation
~~~
# apt install docker-compose
$ docker-compose --version
docker-compose version 1.21.0, build unknown
~~~
### Manuellement ### Manuellement
~~~ ~~~
$ curl -L "https://github.com/docker/compose/releases/download/1.18.0/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose $ curl -L "https://github.com/docker/compose/releases/download/1.18.0/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose