Quantcast
Viewing all articles
Browse latest Browse all 5970

docker: 'compose' is not a docker command Ubuntu 24.04 LTS

I tried to run

docker compose up

on a Ubuntu 24.04 LTS system and encountered the error

docker: 'compose' is not a docker command

The current docker --version is 24.0.7 which appears to be a current or very recent version.

Docker migrated away from the old docker-compose Python CLI quite some time ago, so I'm not sure why this isn't working.

Do I possibly need to install another apt package?

A search of apt-cache search docker | grep compose gives the following results.

docker-compose - define and run multi-container Docker applications with YAMLdocker-compose-v2 - tool for running multi-container applications on Dockerpodman-compose - Run docker-compose.yml using podmanpython3-compose - Python implementation of docker-compose file specification

Viewing all articles
Browse latest Browse all 5970

Trending Articles