Browse Source

Run update.sh

Docker Library Bot 3 months ago
parent
commit
1ac067fa94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      registry/README.md

+ 1 - 1
registry/README.md

@@ -54,7 +54,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 registry:2
+$ docker run -d -p 5000:5000 --restart always --name registry registry:3
 ```
 
 Now, use it from within Docker: