Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active December 27, 2018 04:25
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 justinyoo/57c13f9847d7ee934b53eeb14fbb5749 to your computer and use it in GitHub Desktop.
Save justinyoo/57c13f9847d7ee934b53eeb14fbb5749 to your computer and use it in GitHub Desktop.
Running Docker and Azure CLI from WSL
# For WSL - Ubuntu 16.04 LTS
bash <(curl -s https://gist.githubusercontent.com/justinyoo/db441bcde611e666db392bddbf3c9534/raw/7d1e7b658ac0ca9147d0f8da468d7f8a0029c923/install-azure-cli.sh)
# For WSL - Ubuntu 18.04 LTS
bash <(curl -s https://gist.githubusercontent.com/justinyoo/703ceb6b3623803a68808ae63d7cc3c7/raw/333ce918f6ea9c6c6ec2d90de4dc631047208aaa/install-azure-cli.sh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment