Skip to content

Instantly share code, notes, and snippets.

@delneet
Created January 31, 2025 09:17
Show Gist options
  • Save delneet/805ebbed6379796056236658ad27d8f5 to your computer and use it in GitHub Desktop.
Save delneet/805ebbed6379796056236658ad27d8f5 to your computer and use it in GitHub Desktop.
Link homebrew docker compose to docker cli-plugins

When using Homebrew to install docker-compose.

mkdir -p ~/.docker/cli-plugins
ln -sfn $HOMEBREW_PREFIX/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose

abiosoft/colima#874 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment