Skip to content

Commit d11d64b

Browse files
dvdksnDocker Docs Agent
andauthored
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>
1 parent 036518f commit d11d64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/manuals/docker-hub/usage

content/manuals/docker-hub/usage/pulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To view your current pull rate and limit:
168168

169169
> [!NOTE]
170170
>
171-
> To check your limits, you need `curl`, `grep`, and `jq` installed.
171+
> To check your limits, you need `curl` and `jq` installed.
172172
173173
1. Get a token.
174174
- To get a token anonymously, if you are pulling anonymously:

0 commit comments

Comments
 (0)