mirror of https://github.com/docker/docs.git
Merge pull request #11183 from takekazuomi/master
fix install script url
This commit is contained in:
commit
dc565eed57
|
|
@ -155,7 +155,7 @@ The Docker ACI Integration CLI adds support for running and managing containers
|
||||||
You can install the new CLI using the install script:
|
You can install the new CLI using the install script:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
curl -L https://github.com/docker/aci-integration-beta/blob/main/scripts/install_linux.sh | sh
|
curl -L https://raw.githubusercontent.com/docker/aci-integration-beta/main/scripts/install_linux.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual install
|
### Manual install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue