Skip to content

Commit 2fbd6ce

Browse files
authored
Merge pull request #28879 from Shubham82/correct-FQDN_for_dockerhub
Correct FQDN for DockerHub.
2 parents e68dc3c + a3b1209 commit 2fbd6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ kubectl create secret docker-registry regcred --docker-server=<your-registry-ser
102102
where:
103103

104104
* `<your-registry-server>` is your Private Docker Registry FQDN.
105-
Use `https://index.docker.io/v2/` for DockerHub.
105+
Use `https://index.docker.io/v1/` for DockerHub.
106106
* `<your-name>` is your Docker username.
107107
* `<your-pword>` is your Docker password.
108108
* `<your-email>` is your Docker email.

0 commit comments

Comments
 (0)