script to install docker compose
This commit is contained in:
parent
34bcaf88fd
commit
8869d592a3
1 changed files with 5 additions and 0 deletions
5
install_docker_compose.sh
Normal file
5
install_docker_compose.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||
chmod +x /usr/local/bin/docker-compose
|
||||
docker-compose --version
|
||||
Loading…
Add table
Add a link
Reference in a new issue