|
1 |
| -# Docker Compose CLI |
| 1 | +# Docker Compose "Cloud Integrations" |
2 | 2 |
|
3 | 3 | [](https://github.com/docker/compose-cli/actions)
|
4 | 4 | [](https://github.com/docker/compose-cli/actions)
|
5 | 5 |
|
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 |
9 | 8 | ([ECS](https://aws.amazon.com/ecs))
|
10 |
| -or Microsoft Azure Container Instances |
| 9 | +- Microsoft Azure Container Instances |
11 | 10 | ([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) |
20 | 12 |
|
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 |
27 | 16 |
|
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) |
29 | 19 |
|
30 | 20 | ## Getting started
|
31 | 21 |
|
|
0 commit comments