mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
docs: remove grep from pull rate limit prerequisites (#24455)
## Summary - Removes `grep` from the prerequisite list in the "View pull rate and limit" section of `content/manuals/docker-hub/usage/pulls.md` - The three commands shown in that section only use `curl` and `jq` — `grep` is never referenced - Fixes a factual error that would cause unnecessary confusion for readers checking whether they have the required tools Closes #24436 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Docker Docs Agent <agent@docker-docs-harness.local>
This commit is contained in:
@@ -168,7 +168,7 @@ To view your current pull rate and limit:
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> To check your limits, you need `curl`, `grep`, and `jq` installed.
|
||||
> To check your limits, you need `curl` and `jq` installed.
|
||||
|
||||
1. Get a token.
|
||||
- To get a token anonymously, if you are pulling anonymously:
|
||||
|
||||
Reference in New Issue
Block a user