Created
May 30, 2020 12:07
-
-
Save lfache/7eb72114647216840248dfa46ad398db to your computer and use it in GitHub Desktop.
Deploy container on ACI
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
az container create \ | |
--resource-group myResourceGroup \ | |
--name mycontainer \ | |
--image mcr.microsoft.com/azuredocs/aci-helloworld \ | |
--dns-name-label aci-demo \ | |
--ports 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment