66Welcome to ECS Compose-X documentation
77========================================
88
9- |PYPI_VERSION | |PYPI_LICENSE |
9+ |PYPI_VERSION | |PYPI_LICENSE | | PY_DLS |
1010
1111|CODE_STYLE | |TDD | |BDD |
1212
13- |QUALITY |
14-
15- |BUILD |
13+ |QUALITY | |BUILD |
1614
1715---------------------------------------------------------------------------------------------------------------
1816Manage, Configure and deploy your applications/services and AWS resources from your docker-compose definitions
@@ -52,14 +50,20 @@ Deploy it in your account today |AWS_SAR|
5250
5351`Find out how to use ECS Compose-X in AWS here `_
5452
53+ Via docker
54+ -----------
55+
56+ .. code-block :: bash
57+
58+ docker run --rm -v ~ /.aws:/root/.aws public.ecr.aws/compose-x/compose-x:latest
59+
5560 Via pip
5661--------
5762
5863.. code-block :: bash
5964
6065 pip install ecs_composex
6166
62-
6367 CLI Usage
6468==========
6569
@@ -153,7 +157,7 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack
153157.. _Troposphere : https://github.com/cloudtools/troposphere
154158.. _Blog : https://blog.compose-x.io/
155159.. _Docker Compose : https://docs.docker.com/compose/
156- .. _ECS Compose-X : https://github.com/lambda-my-aws /ecs_composex
160+ .. _ECS Compose-X : https://github.com/compose-x /ecs_composex
157161.. _YAML Specifications : https://yaml.org/spec/
158162.. _Extensions fields : https://docs.docker.com/compose/compose-file/#extension-fields
159163.. _ECS Compose-X Project : https://github.com/orgs/lambda-my-aws/projects/3
@@ -203,6 +207,9 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack
203207 :alt: Code scan with SonarCloud
204208 :target: https://sonarcloud.io/dashboard?id=compose-x_ecs_composex
205209
210+ .. |PY_DLS | image :: https://img.shields.io/pypi/dm/ecs-composex
211+ :target: https://pypi.org/project/ecs-composex/
212+
206213
207214.. toctree ::
208215 :maxdepth: 1
@@ -213,6 +220,7 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack
213220 macro_usage
214221 contributing
215222
223+ .. include :: examples.rst
216224.. include :: compatibility_matrix.rst
217225.. include :: modules_syntax.rst
218226
0 commit comments