Преглед изворни кода

Merge pull request #2595 from thaJeztah/registry_v3

registry: use v3 in example
yosifkit пре 3 месеци
родитељ
комит
2ba420f48d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      registry/content.md

+ 1 - 1
registry/content.md

@@ -7,7 +7,7 @@ This image contains an implementation of the OCI Distribution spec. See [github.
 ## Run a local registry: Quick Version
 
 ```console
-$ docker run -d -p 5000:5000 --restart always --name registry %%IMAGE%%:2
+$ docker run -d -p 5000:5000 --restart always --name registry %%IMAGE%%:3
 ```
 
 Now, use it from within Docker: