Difference between revisions of "Docker compose"

From Teknologisk videncenter
Jump to: navigation, search
(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...")
(No difference)

Revision as of 07:55, 24 September 2024

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