Skip to content

Commit

Permalink
docs: simplify mount command
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Mar 1, 2024
1 parent b48895e commit c00b471
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,11 @@ kubectl get pods
```bash
docker run --rm \
--name azcli \
-v $(pwd)/entrypoint.sh:/entrypoint.sh:ro \
-v $(pwd)/deployment.yml:/deployment.yml:ro \
-v $(pwd):/app:ro \
ghcr.io/licenseware/azcli-aks:2.57.0 \
bash -eux /entrypoint.sh
bash -eux /app/entrypoint.sh
```


## FAQ

### Why not use the azure-cli docker image instead?
Expand Down

0 comments on commit c00b471

Please sign in to comment.