You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
**Note: Compose CLI is released under the 1.x tag, until "Compose v2" gets a new home**
13
15
14
-
## Local Docker Compose
16
+
## Compose v2 (a.k.a "Local Docker Compose")
15
17
16
18
The `docker compose` local command is meant to be the next major version for docker-compose, and it supports the same commands and flags, in order to be used as a drop-in replacement.
17
19
[Here](https://github.com/docker/compose-cli/issues/1283) is a checklist of docker-compose commands and flags that are implemented in `docker compose`.
@@ -21,6 +23,8 @@ This `docker compose` local command :
21
23
* is quicker and uses more parallelism to run multiple tasks in parallel. It also uses buildkit by default
22
24
* includes additional commands, like `docker compose ls` to list current compose projects
23
25
26
+
**Note: Compose v2 is released under the 2.x tag, until "Compose v2" gets a new home**
0 commit comments