From 358336b76007c07b148dc14ffd666ed5a66d44d3 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:48:57 +0200 Subject: [PATCH 1/2] Update crane.md --- pages/common/crane.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/crane.md b/pages/common/crane.md index 32cc60d0223123..d2174d8c913cca 100644 --- a/pages/common/crane.md +++ b/pages/common/crane.md @@ -30,7 +30,7 @@ - Efficiently copy a remote image from `src` to `dst` while retaining the digest value: -`crane copy src dst {{[-a|--all-tags]}}` +`crane {{[cp|copy]}} {{source}} {{destination}} {{[-a|--all-tags]}}` - Delete an image reference from its registry: From f41769e07255ebdfd8e2c204ac00d4e0d85764b8 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:53:00 +0200 Subject: [PATCH 2/2] Update crane-copy.md --- pages/common/crane-copy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/crane-copy.md b/pages/common/crane-copy.md index 91fc9bb93da85b..6a3f8c830b083e 100644 --- a/pages/common/crane-copy.md +++ b/pages/common/crane-copy.md @@ -5,20 +5,20 @@ - Copy an image from source to target: -`crane copy {{source}} {{target}}` +`crane {{[cp|copy]}} {{source}} {{target}}` - Copy all tags: -`crane copy {{source}} {{target}} {{[-a|--all-tags]}}` +`crane {{[cp|copy]}} {{source}} {{target}} {{[-a|--all-tags]}}` - Set the maximum number of concurrent copies, defaults to GOMAXPROCS: -`crane copy {{source}} {{target}} {{[-j|--jobs]}} {{int}}` +`crane {{[cp|copy]}} {{source}} {{target}} {{[-j|--jobs]}} {{int}}` - Avoid overwriting existing tags in target: -`crane copy {{source}} {{target}} {{[-n|--no-clobber]}}` +`crane {{[cp|copy]}} {{source}} {{target}} {{[-n|--no-clobber]}}` - Display help: -`crane copy {{[-h|--help]}}` +`crane {{[cp|copy]}} {{[-h|--help]}}`