Skip to content

Commit 2ba420f

Browse files
authored
Merge pull request #2595 from thaJeztah/registry_v3
registry: use v3 in example
2 parents f39bc06 + fae9dfc commit 2ba420f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This image contains an implementation of the OCI Distribution spec. See [github.
77
## Run a local registry: Quick Version
88

99
```console
10-
$ docker run -d -p 5000:5000 --restart always --name registry %%IMAGE%%:2
10+
$ docker run -d -p 5000:5000 --restart always --name registry %%IMAGE%%:3
1111
```
1212

1313
Now, use it from within Docker:

0 commit comments

Comments
 (0)