Created
February 7, 2023 00:31
-
-
Save Aviksaikat/a4f82c973cceb8267103f4768b7e2fa5 to your computer and use it in GitHub Desktop.
Install docker-compose on debian/ubuntu
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
| sudo curl -L "https://github.com/docker/compose/releases/download/v2.12.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | |
| sudo mv /usr/local/bin/docker-compose /usr/bin/docker-compose | |
| sudo chmod +x /usr/bin/docker-compose |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
making public