Created
October 24, 2019 10:38
-
-
Save marcusschiesser/063bfda09d1650c9ab23e39d8dde4f69 to your computer and use it in GitHub Desktop.
Running latest Azure CLI via Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias az='docker run -it -v ${HOME}/.azure:/root/.azure -v ${HOME}/.ssh:/root/.ssh --entrypoint "/usr/local/bin/az" microsoft/azure-cli:latest $@' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment