Skip to content

Instantly share code, notes, and snippets.

@shahidcodes
Created February 28, 2022 06:49
Show Gist options
  • Save shahidcodes/e57577272630b15746b5a18a0f99db13 to your computer and use it in GitHub Desktop.
Save shahidcodes/e57577272630b15746b5a18a0f99db13 to your computer and use it in GitHub Desktop.
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
mkdir -p $DOCKER_CONFIG/cli-plugins
curl -SL https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment