Docker compose

From Teknologisk videncenter
Revision as of 07:55, 24 September 2024 by Heth (talk | contribs) (Created page with "== Versions == ''docker-compose vs. docker compose'' The docker compose (with a space) is a newer project to migrate compose to Go with the rest of the docker project. This i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Versions

docker-compose vs. docker compose

The docker compose (with a space) is a newer project to migrate compose to Go with the rest of the docker project. This is the v2 branch of the docker/compos

root@ub1:/home/heth/# docker compose up
docker: 'compose' is not a docker command.

root@ub1:/home/heth/# apt install docker-compose-v2

Links