Last active
February 8, 2023 20:21
-
-
Save oscarnevarezleal/24731f2b37bbf06d43729ee5563b9215 to your computer and use it in GitHub Desktop.
Install docker-compose plugin
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
curl -o docker-compose -L "https://github.com/docker/compose/releases/download/v2.16.0/docker-compose-linux-$(uname -i)" | |
mkdir -p ~/.docker/cli-plugins | |
cp ./docker-compose ~/.docker/cli-plugins/docker-compose | |
sudo chmod +x ~/.docker/cli-plugins/docker-compose | |
docker help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment