Skip to content

Instantly share code, notes, and snippets.

@donchev7
Created January 4, 2023 11:21
Show Gist options
  • Save donchev7/abf78082cc3a6ec8bd93100e09860166 to your computer and use it in GitHub Desktop.
Save donchev7/abf78082cc3a6ec8bd93100e09860166 to your computer and use it in GitHub Desktop.
azure cli in docker
alias az="docker run -it -u $UID:$GID --entrypoint='' -v $(pwd):/build --workdir='/build' -v ${HOME}/.azure:/.azure:rw -v ${HOME}/.azure-devops:/.azure-devops:rw mcr.microsoft.com/azure-cli az"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment