regctl image ratelimit
Shows the rate limit using an http head request against the image manifest. If Set is false, the Remain value was not provided. The other values may be 0 if not provided by the registry.
regctl image ratelimit <image_ref> [flags]
- rate-limit
# return the current rate limit for pulling the alpine image
regctl image ratelimit alpine
# return the number of pulls remaining
regctl image ratelimit alpine --format '{{.Remain}}'
--format string Format output with go template syntax (default "{{printPretty .}}")
--host stringArray Registry hosts to add (reg=registry,user=username,pass=password,tls=enabled)
--logopt stringArray Log options
--user-agent string Override user agent
-v, --verbosity string Log level (trace, debug, info, warn, error) (default "WARN")