Skip to content

Instantly share code, notes, and snippets.

@meysam81
Created February 7, 2024 06:48
Show Gist options
  • Save meysam81/5436b708e79875d31f4010df5913213b to your computer and use it in GitHub Desktop.
Save meysam81/5436b708e79875d31f4010df5913213b to your computer and use it in GitHub Desktop.
curl -sSfLo docker compose \
“https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64”
chmod +x docker compose
mkdir -p ~/.docker/cli-plugins
mv docker-compose ~/.docker/cli-plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment