mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Create docker_composecode
This commit is contained in:
parent
e935446106
commit
a430eaef76
1 changed files with 4 additions and 0 deletions
4
docker_composecode
Normal file
4
docker_composecode
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
$ sudo curl -L "https://github.com/docker/compose/releases/download/1.25.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||||
|
$ sudo chmod +x /usr/local/bin/docker-compose
|
||||||
|
$ sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
|
||||||
|
$ docker-compose --version
|
Loading…
Add table
Add a link
Reference in a new issue