We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e68dc3c + a3b1209 commit 2fbd6ceCopy full SHA for 2fbd6ce
content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
@@ -102,7 +102,7 @@ kubectl create secret docker-registry regcred --docker-server=<your-registry-ser
102
where:
103
104
* `<your-registry-server>` is your Private Docker Registry FQDN.
105
- Use `https://index.docker.io/v2/` for DockerHub.
+ Use `https://index.docker.io/v1/` for DockerHub.
106
* `<your-name>` is your Docker username.
107
* `<your-pword>` is your Docker password.
108
* `<your-email>` is your Docker email.
0 commit comments