소스 검색

registry: use v3 in example

Registry v2 reached EOL, so update the example to use v3.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
Sebastiaan van Stijn 3 달 전
부모
커밋
fae9dfc087
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: