Created
September 1, 2022 21:26
-
-
Save thiagoeh/f202105333864c7c34a7cbd9ad888ec2 to your computer and use it in GitHub Desktop.
Docker compose automated install from the latest release
This file contains 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
mkdir -p ~/.local/bin | |
curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o ~/.local/bin/docker-compose | |
chmod +x ~/.local/bin/docker-compose | |
docker-compose --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This assumes you already have ~/.local/bin on your shell PATH