|
1 | | -# Docker Compose "Cloud Integrations" |
| 1 | +# Compose ECS |
2 | 2 |
|
3 | | -[](https://github.com/docker/compose-ecs/actions) |
4 | | -[](https://github.com/docker/compose-ecs/actions) |
5 | 3 |
|
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 |
8 | | -([ECS](https://aws.amazon.com/ecs)) |
9 | | -- Microsoft Azure Container Instances |
10 | | -([ACI](https://azure.microsoft.com/services/container-instances)) |
11 | | -- Kubernetes (Work in progress) |
12 | | - |
13 | | -...using the Docker commands you already know. |
14 | | - |
15 | | -## :warning: Compose v2 (a.k.a "Local Docker Compose") has Moved |
16 | | - |
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) |
19 | | - |
20 | | -## Getting started |
21 | | - |
22 | | -To get started with Compose CLI, all you need is: |
23 | | - |
24 | | -* macOS, Windows, or Windows WSL2: The current release of |
25 | | - [Docker Desktop](https://www.docker.com/products/docker-desktop) |
26 | | -* Linux: |
27 | | - [Install script](INSTALL.md) |
28 | | -* An [AWS](https://aws.amazon.com) or [Azure](https://azure.microsoft.com) |
29 | | - account in order to use the Compose Cloud integration |
| 4 | +This CLI tool makes it easy to run Docker Compose applications on [ECS](https://aws.amazon.com/ecs) |
| 5 | + |
30 | 6 |
|
31 | 7 | Please create [issues](https://github.com/docker/compose-ecs/issues) to leave feedback. |
32 | 8 |
|
33 | | -## Examples |
34 | | - |
35 | | -* ECS: [Deploying Wordpress to the cloud](https://www.docker.com/blog/deploying-wordpress-to-the-cloud/) |
36 | | -* ACI: [Deploying a Minecraft server to the cloud](https://www.docker.com/blog/deploying-a-minecraft-docker-server-to-the-cloud/) |
37 | | -* ACI: [Setting Up Cloud Deployments Using Docker, Azure and Github Actions](https://www.docker.com/blog/setting-up-cloud-deployments-using-docker-azure-and-github-actions/) |
38 | | - |
39 | | -## Development |
40 | | - |
41 | | -See the instructions in [BUILDING.md](BUILDING.md) for how to build the CLI and |
42 | | -run its tests; including the end to end tests for local containers, ACI, and |
43 | | -ECS. |
44 | | -The guide also includes instructions for releasing the CLI. |
45 | | - |
46 | | -Before contributing, please read the [contribution guidelines](CONTRIBUTING.md) |
47 | | -which includes conventions used in this project. |
0 commit comments