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:
Benjamin Schanzel
2024-06-05 09:59:19 +02:00
parent e1ec19ae60
commit 7b3e6d50e9
8 changed files with 18 additions and 18 deletions

View File

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