mirror of https://github.com/docker/compose.git
readme: Add link to blog, install instructions
Signed-off-by: Christopher Crone <christopher.crone@docker.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
bcd9cda41c
commit
0b5779b52d
|
@ -1,10 +1,21 @@
|
||||||
# Docker CLI plugin for Amazon ECS
|
# Docker CLI plugin for Amazon ECS
|
||||||
|
|
||||||
|
This was announced at AWS Cloud Containers Conference 2020, read the
|
||||||
|
[blog post](https://www.docker.com/blog/https-docker-com-blog-from-docker-straight-to-aws/).
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
:exclamation: The Docker ECS plugin is still in Beta.
|
:exclamation: The Docker ECS plugin is still in Beta.
|
||||||
Its design and UX will evolve until 1.0 Final release.
|
Its design and UX will evolve until 1.0 Final release.
|
||||||
|
|
||||||
|
## Get started
|
||||||
|
|
||||||
|
If you're using macOS or Windows you just need to install
|
||||||
|
[Docker Desktop Edge](https://www.docker.com/products/docker-desktop) and you
|
||||||
|
will have the ECS integration installed.
|
||||||
|
|
||||||
|
You can find Linux install instructions [here](./docs/get-started-linux.md).
|
||||||
|
|
||||||
## Example and documentation
|
## Example and documentation
|
||||||
|
|
||||||
You can find an application for testing this in [example](./example).
|
You can find an application for testing this in [example](./example).
|
||||||
|
|
Loading…
Reference in New Issue