Skip to content

Instantly share code, notes, and snippets.

@renatosnrg
Last active September 3, 2024 14:31
Show Gist options
  • Save renatosnrg/be33e27b2765b3ca357c6b0f5bc60785 to your computer and use it in GitHub Desktop.
Save renatosnrg/be33e27b2765b3ca357c6b0f5bc60785 to your computer and use it in GitHub Desktop.
#!/bin/sh
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
mkdir -p $DOCKER_CONFIG/cli-plugins
curl -SL https://github.com/docker/compose/releases/download/v2.29.2/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
docker compose version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment