Merge pull request #11117 from usha-mandya/ecs-integration

Update install script
This commit is contained in:
Usha Mandya 2020-07-09 17:04:54 +01:00 committed by GitHub
commit 03f8c63994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ The Docker ECS Integration CLI adds support for running and managing containers
You can download the Docker ECS plugin from the [docker/ecs-plugin](https://github.com/docker/ecs-plugin){: target="_blank" class="_"} GitHub repository using the following command:
```console
$ curl -L https://github.com/docker/ecs-plugin/releases/latest/download/docker-ecs-linux-amd64
$ curl -LO https://github.com/docker/ecs-plugin/releases/latest/download/docker-ecs-linux-amd64
```
You will then need to make it an executable: