From fae9dfc087f052436b29ee603fff5172e408bbd8 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 10 Jul 2025 13:02:34 +0200 Subject: [PATCH] registry: use v3 in example Registry v2 reached EOL, so update the example to use v3. Signed-off-by: Sebastiaan van Stijn --- registry/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/content.md b/registry/content.md index 6b0c7b28c..1250c1c57 100644 --- a/registry/content.md +++ b/registry/content.md @@ -7,7 +7,7 @@ This image contains an implementation of the OCI Distribution spec. See [github. ## Run a local registry: Quick Version ```console -$ docker run -d -p 5000:5000 --restart always --name registry %%IMAGE%%:2 +$ docker run -d -p 5000:5000 --restart always --name registry %%IMAGE%%:3 ``` Now, use it from within Docker: