Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit fb7c442

Browse files
authored
Merge pull request #2065 from ndeloof/main
2 parents 89f247e + 19e0fbb commit fb7c442

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,21 @@
1-
# Docker Compose CLI
1+
# Docker Compose "Cloud Integrations"
22

33
[![Actions Status](https://github.com/docker/compose-cli/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/compose-cli/actions)
44
[![Actions Status](https://github.com/docker/compose-cli/workflows/Windows%20CI/badge.svg)](https://github.com/docker/compose-cli/actions)
55

6-
This Compose CLI tool makes it easy to run Docker containers and Docker Compose applications:
7-
* locally as a command in the docker CLI, using `docker compose ...` comands.
8-
* in the cloud using either Amazon Elastic Container Service
6+
This Compose CLI tool makes it easy to run Docker containers and Docker Compose applications in the cloud using either :
7+
- Amazon Elastic Container Service
98
([ECS](https://aws.amazon.com/ecs))
10-
or Microsoft Azure Container Instances
9+
- Microsoft Azure Container Instances
1110
([ACI](https://azure.microsoft.com/services/container-instances))
12-
using the Docker commands you already know.
13-
14-
**Note: Compose CLI is released under the 1.x tag, until "Compose v2" gets a new home**
15-
16-
## Compose v2 (a.k.a "Local Docker Compose")
17-
18-
The `docker compose` local command is 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.
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`.
11+
- Kubernetes (Work in progress)
2012

21-
This `docker compose` local command :
22-
* has a better integration with the rest of the docker ecosystem (being written in go, it's easier to share functionality with the Docker CLI and other Docker libraries)
23-
* is quicker and uses more parallelism to run multiple tasks in parallel. It also uses buildkit by default
24-
* includes additional commands, like `docker compose ls` to list current compose projects
25-
26-
**Note: Compose v2 is released under the 2.x tag, until "Compose v2" gets a new home**
13+
...using the Docker commands you already know.
14+
15+
## :warning: Compose v2 (a.k.a "Local Docker Compose") has Moved
2716

28-
Compose v2 can be installed manually as a CLI plugin, by downloading latest v2.x release from https://github.com/docker/compose-cli/releases for your architecture and move into `~/.docker/cli-plugins/docker-compose`
17+
This repository is about "Cloud Integrations", the Docker Compose v2
18+
code has moved to [github.com/docker/compose](https://github.com/docker/compose/tree/v2)
2919

3020
## Getting started
3121

0 commit comments

Comments
 (0)