Last active
April 3, 2019 22:53
-
-
Save arschles/052c639ffc0854ff3cd619b29fb0e79e to your computer and use it in GitHub Desktop.
Testing Athens /list endpoints
This file contains hidden or 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 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 |
This file contains hidden or 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 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