Skip to content

Instantly share code, notes, and snippets.

@imartinezm
Last active December 7, 2017 16:30
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 imartinezm/b50c8239737b01bf2175731ebed72464 to your computer and use it in GitHub Desktop.
Save imartinezm/b50c8239737b01bf2175731ebed72464 to your computer and use it in GitHub Desktop.
Code Container Services
create service azure container
az container create --name containerperu --image microsoft/aci-helloworld --resource-group Peru --ip-address public
show details create azure container
az container show --name helloworld -g Peru -o table
show container information logs
az container logs --name containerperu --resource-group Peru
show azure container service
az container show -n containerperu -g Peru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment