mirror of
https://github.com/distribution/distribution.git
synced 2025-09-13 21:59:03 +00:00
docs: Update to refer to new image tag v3
This updates references to the registry image tag from `:2` to `:3`. Fixes #4356 Signed-off-by: Benjamin Schanzel <benjamin.schanzel@bmw.de>
This commit is contained in:
@@ -38,7 +38,7 @@ The distribution registry implements the [OCI Distribution Spec](https://github.
|
||||
Start your registry
|
||||
|
||||
```sh
|
||||
docker run -d -p 5000:5000 --name registry registry:2
|
||||
docker run -d -p 5000:5000 --name registry registry:3
|
||||
```
|
||||
|
||||
Pull (or build) some image from the hub
|
||||
|
Reference in New Issue
Block a user