distribution icon indicating copy to clipboard operation
distribution copied to clipboard

Docker package or docker-compose package is missing “docker compose”

Open tirw opened this issue 2 years ago • 0 comments

source

It seems that docker from the docker bundle doesn’t include “compose”, and the docker-compose binary is for docker v1, and not v2, which seems to be current and also built into docker. It could be added as a separate package that just drops the latest binary into /usr/lib/docker/cli-plugins, which worked fine when I grabbed a precompiled binary from git.

https://docs.docker.com/compose/install/linux/#install-the-plugin-manually

https://github.com/docker/compose

C33F5F47-156B-43E5-8CBE-9A8C7E03412F

note that you can skip /usr/local and have the os-managed binary in /usr/lib/docker/cli-plugins or /usr/libexec/docker/cli-plugins to avoid conflict with a user’s /usr/local

tirw avatar Oct 16 '23 21:10 tirw