Skip to content

Instantly share code, notes, and snippets.

@fgcoelho
Created January 4, 2025 04:37
Show Gist options
  • Select an option

  • Save fgcoelho/29b5f1e603eb2ab897b53b55f384bdc2 to your computer and use it in GitHub Desktop.

Select an option

Save fgcoelho/29b5f1e603eb2ab897b53b55f384bdc2 to your computer and use it in GitHub Desktop.
Install "docker compose" on AWS Linux
sudo mkdir -p /usr/local/lib/docker/cli-plugins/

sudo curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose

sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment