Skip to content

Instantly share code, notes, and snippets.

@lfache
Created May 30, 2020 12:07
Show Gist options
  • Save lfache/7eb72114647216840248dfa46ad398db to your computer and use it in GitHub Desktop.
Save lfache/7eb72114647216840248dfa46ad398db to your computer and use it in GitHub Desktop.
Deploy container on ACI
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