Merge pull request #11295 from usha-mandya/ecs-beta-patch

Remove extra space in the compose command
This commit is contained in:
Usha Mandya 2020-08-26 01:10:53 +01:00 committed by GitHub
commit 5212815435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ To deploy Docker containers on ECS, you must meet the following requirements:
Docker not only runs multi-container applications locally, but also enables
developers to seamlessly deploy Docker containers on Amazon ECS using a
Compose file with the `docker compose up` command. The following sections
Compose file with the `docker compose up` command. The following sections
contain instructions on how to deploy your Compose application on Amazon ECS.
### Create AWS context