mirror of https://github.com/docker/docs.git
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:
parent
3daee545e0
commit
2e3b1e0211
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue