Skip to content

Commit ba3b01a

Browse files
authored
fix docs to point towards the recommended registry URL
1 parent e165176 commit ba3b01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zero-to-binderhub/setup-binderhub.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ If you setup your own local registry using
281281
url: "https://index.docker.io/v1"
282282
config:
283283
DockerRegistry:
284-
url: "https://registry.hub.docker.com" # the actual v2 registry url
284+
url: "https://registry-1.docker.io" # the recommended registry URL
285285
auth_config_url: "https://index.docker.io/v1" # must match above!
286286
token_url: "https://auth.docker.io/token?service=registry.docker.io"
287287

0 commit comments

Comments
 (0)