Merge pull request #11183 from takekazuomi/master

fix install script url
This commit is contained in:
Usha Mandya 2020-07-27 14:48:34 +01:00 committed by GitHub
commit dc565eed57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```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