Skip to content

Commit a3b1209

Browse files
committed
Correct FQDN for DockerHub.
1 parent 1fd7c9c commit a3b1209

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)