Merge pull request #2595 from thaJeztah/registry_v3

registry: use v3 in example
This commit is contained in:
yosifkit 2025-07-10 09:18:19 -07:00 committed by GitHub
commit 2ba420f48d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: