Update docs with download and docs links

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2020-07-07 10:43:15 +02:00
parent ec58975524
commit 6f916ab9ce
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E

View File

@ -19,15 +19,14 @@ Linux it needs to be installed manually.
You can download the Docker ECS plugin from this repository using the following You can download the Docker ECS plugin from this repository using the following
command: command:
<!-- FIXME(chris-crone): get real download link -->
```console ```console
$ curl -L http://xxx | tar xzf - $ curl -L https://github.com/docker/ecs-plugin/releases/latest/download/docker-ecs-linux-amd64
``` ```
You will then need to make it executable: You will then need to make it executable:
```console ```console
$ chmod +x docker-ecs $ chmod +x docker-ecs-linux-amd64
``` ```
### Plugin install ### Plugin install
@ -38,7 +37,7 @@ it to the right place:
```console ```console
$ mkdir -p /usr/local/lib/docker/cli-plugins $ mkdir -p /usr/local/lib/docker/cli-plugins
$ mv docker-ecs /usr/local/lib/docker/cli-plugins/ $ mv docker-ecs-linux-amd64 /usr/local/lib/docker/cli-plugins/docker-ecs
``` ```
You can put the CLI plugin into any of the following directories: You can put the CLI plugin into any of the following directories:
@ -80,5 +79,4 @@ $ docker ecs version
Docker ECS plugin 0.0.1 Docker ECS plugin 0.0.1
``` ```
<!-- FIXME(chris-crone): Link to ECS docs --> You are now ready to [start deploying to ECS](https://docs.docker.com/engine/context/ecs-integration/)
You are now ready to [start deploying to ECS](http://xxx)