Skip to content

Instantly share code, notes, and snippets.

@taking
Created January 17, 2022 05:20
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 taking/9a0bfeb433a323ac9166784bc0c33ee8 to your computer and use it in GitHub Desktop.
Save taking/9a0bfeb433a323ac9166784bc0c33ee8 to your computer and use it in GitHub Desktop.

확인 방법

apt install jq -y

TOKEN=$(curl "https://auth.docker.io/token?service=registry.docker.io&scope=repository:ratelimitpreview/test:pull" | jq -r .token)

curl --head -H "Authorization: Bearer $TOKEN" https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment