registry: use v3 in example

Registry v2 reached EOL, so update the example to use v3.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2025-07-10 13:02:34 +02:00
parent f39bc066b8
commit fae9dfc087
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -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: