We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba420f commit 1ac067fCopy full SHA for 1ac067f
registry/README.md
@@ -54,7 +54,7 @@ This image contains an implementation of the OCI Distribution spec. See [github.
54
## Run a local registry: Quick Version
55
56
```console
57
-$ docker run -d -p 5000:5000 --restart always --name registry registry:2
+$ docker run -d -p 5000:5000 --restart always --name registry registry:3
58
```
59
60
Now, use it from within Docker:
0 commit comments