Skip to content

Why is docker-compose downloaded when I have docker WITH compose installed already? #6655

Answered by rfay
func0der asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @func0der - docker-compose is by no means a dead product. It's actually a docker plugin that can be run either as docker compose (if correctly installed in ~/.docker/cli-plugins) or as docker-compose (if in the PATH or if explicitly pathed). If you look at the project releases, you'll see they're all docker-compose. https://github.com/docker/compose/releases

DDEV has used docker-compose v2 for a number of years. We currently use v2.29.7.

DDEV downloads its own tested and verified private docker-compose so that you do not have to install one. Unfortunately, docker-compose periodically introduces new bugs and so we don't change the version on it until it has been verified. In the early d…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rfay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants