mirror of https://github.com/docker/docs.git
Merge pull request #11117 from usha-mandya/ecs-integration
Update install script
This commit is contained in:
commit
03f8c63994
|
@ -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:
|
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
|
```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:
|
You will then need to make it an executable:
|
||||||
|
|
Loading…
Reference in New Issue