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

Commit 9011fba

Browse files
committed
cleanup README
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 7d71118 commit 9011fba

File tree

1 file changed

+3
-42
lines changed

1 file changed

+3
-42
lines changed

README.md

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,8 @@
1-
# Docker Compose "Cloud Integrations"
1+
# Compose ECS
22

3-
[![Actions Status](https://github.com/docker/compose-ecs/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/compose-ecs/actions)
4-
[![Actions Status](https://github.com/docker/compose-ecs/workflows/Windows%20CI/badge.svg)](https://github.com/docker/compose-ecs/actions)
53

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+
306

317
Please create [issues](https://github.com/docker/compose-ecs/issues) to leave feedback.
328

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

Comments
 (0)