Skip to content

Instantly share code, notes, and snippets.

@jalberto
Created August 31, 2017 09:35
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 jalberto/7562e58130d53edadf62e57c2f5611df to your computer and use it in GitHub Desktop.
Save jalberto/7562e58130d53edadf62e57c2f5611df to your computer and use it in GitHub Desktop.
Run azure cli using docker
az () {
docker run -v ${HOME}/.ssh:/root/.ssh azuresdk/azure-cli-python:latest az "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment