Skip to content

Instantly share code, notes, and snippets.

@lanrat
Last active December 29, 2021 19:58
Show Gist options
  • Save lanrat/aa45a67f3adbb72426343d43ef886ee3 to your computer and use it in GitHub Desktop.
Save lanrat/aa45a67f3adbb72426343d43ef886ee3 to your computer and use it in GitHub Desktop.
Docker compose v2 installation linux
# https://github.com/docker/compose
curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 > /usr/libexec/docker/cli-plugins/docker-compose
chmod +x /usr/libexec/docker/cli-plugins/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment