Skip to content

Instantly share code, notes, and snippets.

@marcusschiesser
Created October 24, 2019 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusschiesser/063bfda09d1650c9ab23e39d8dde4f69 to your computer and use it in GitHub Desktop.
Save marcusschiesser/063bfda09d1650c9ab23e39d8dde4f69 to your computer and use it in GitHub Desktop.
Running latest Azure CLI via Docker
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