Created
June 21, 2019 17:24
-
-
Save GBurgardt/baf7fc93b179f55f86618e30b3e57230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "Installing docker.." | |
curl -fsSL https://get.docker.com -o get-docker.sh | |
sh get-docker.sh | |
echo "Installing docker compose.." | |
sudo curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker$ | |
sudo chmod +x /usr/local/bin/docker-compose | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment