Skip to content

Instantly share code, notes, and snippets.

@arschles
Last active April 3, 2019 22:53
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 arschles/052c639ffc0854ff3cd619b29fb0e79e to your computer and use it in GitHub Desktop.
Save arschles/052c639ffc0854ff3cd619b29fb0e79e to your computer and use it in GitHub Desktop.
Testing Athens /list endpoints
az container create \
--resource-group remotedesktop \
--name athenstesteu \
--image gomods/athens:canary \
--restart-policy OnFailure \
--location westeurope
# apk add -U curl
# time curl athens-westeurope.westeurope.azurecontainer.io:3000/cloud.google.com/go/@v/list
az container exec -g remotedesktop -n athenstesteu --exec-command ash
az container delete -g remotedesktop -n athenstesteu
az container create \
--resource-group remotedesktop \
--name athenstestwus2 \
--image gomods/athens:canary \
--restart-policy OnFailure \
--location westus2
# apk add -U curl
# time curl athens-westus2.westus2.azurecontainer.io:3000/cloud.google.com/go/@v/list
az container exec -g remotedesktop -n athenstestwus2 --exec-command ash
az container delete -g remotedesktop -n athenstestwus2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment