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 f39bc06 commit fae9dfcCopy full SHA for fae9dfc
registry/content.md
@@ -7,7 +7,7 @@ This image contains an implementation of the OCI Distribution spec. See [github.
7
## Run a local registry: Quick Version
8
9
```console
10
-$ docker run -d -p 5000:5000 --restart always --name registry %%IMAGE%%:2
+$ docker run -d -p 5000:5000 --restart always --name registry %%IMAGE%%:3
11
```
12
13
Now, use it from within Docker:
0 commit comments