Correct FQDN for DockerHub.

pull/28879/head
Shubham Kuchhal 2021-07-09 17:02:58 +05:30
parent 1fd7c9cbd3
commit a3b120928d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ kubectl create secret docker-registry regcred --docker-server=<your-registry-ser
where:
* `<your-registry-server>` is your Private Docker Registry FQDN.
Use `https://index.docker.io/v2/` for DockerHub.
Use `https://index.docker.io/v1/` for DockerHub.
* `<your-name>` is your Docker username.
* `<your-pword>` is your Docker password.
* `<your-email>` is your Docker email.