Remove pinned version 0.1.4 from ACI integration install docs (#11111)

* Remove pinned version 0.1.4 from ACI integration install docs

* Style updates

Added `target=_blank` to ensure the GH page opens in a new tab

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Guillaume Tardif 2020-07-09 15:51:18 +02:00 committed by GitHub
parent 3daee545e0
commit 2e3b1e0211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -155,16 +155,13 @@ The Docker ACI Integration CLI adds support for running and managing containers
You can install the new CLI using the install script:
```console
curl -L https://github.com/docker/aci-integration-beta/releases/download/v0.1.4/install.sh | sh
curl -L https://github.com/docker/aci-integration-beta/blob/main/scripts/install_linux.sh | sh
```
### Manual install
You can download the Docker ACI Integration CLI using the following command:
```console
curl -Lo docker-aci https://github.com/docker/aci-integration-beta/releases/download/v0.1.4/docker-linux-amd64
```
You can download the Docker ACI Integration CLI from the
[latest release](https://github.com/docker/aci-integration-beta/releases/latest){: target="_blank" class="_"} page.
You will then need to make it executable: