From d11d64b3eb4f1e00a37af5b28af6bdd7f48839a3 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:19:48 +0100 Subject: [PATCH] docs: remove grep from pull rate limit prerequisites (#24455) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 --- content/manuals/docker-hub/usage/pulls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/docker-hub/usage/pulls.md b/content/manuals/docker-hub/usage/pulls.md index d00b876a3d..6483e49f3e 100644 --- a/content/manuals/docker-hub/usage/pulls.md +++ b/content/manuals/docker-hub/usage/pulls.md @@ -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: