Skip to content

Instantly share code, notes, and snippets.

@j33ty
Created May 20, 2019 06:47
Show Gist options
  • Save j33ty/7de1bc337e00628539e1653e06fe14ae to your computer and use it in GitHub Desktop.
Save j33ty/7de1bc337e00628539e1653e06fe14ae to your computer and use it in GitHub Desktop.
Docker registry
curl -ks registry/v2/_catalog | jq '.["repositories"] | join(" ")' | tr -d '"'
curl -ks registry/v2/go/tags/list | jq .
curl -ks registry/v2/_catalog | jq .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment