You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When prompted, enter your Docker username and password.
53
+
When prompted, enter your Docker ID, and then the credential you want to use (access token,
54
+
or the password for your Docker ID).
48
55
49
-
The login process creates or updates a `config.json` file that holds an authorization token.
56
+
The login process creates or updates a `config.json` file that holds an authorization token. Review [how Kubernetes interprets this file](/docs/concepts/containers/images#config-json).
* Learn more about [Secrets](/docs/concepts/configuration/secret/).
265
+
* Learn more about [Secrets](/docs/concepts/configuration/secret/)
266
+
* or read the API reference for {{< api-reference page="config-and-storage-resources/secret-v1" >}}
254
267
* Learn more about [using a private registry](/docs/concepts/containers/images/#using-a-private-registry).
268
+
* Learn more about [adding image pull secrets to a service account](/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account).
255
269
* See [kubectl create secret docker-registry](/docs/reference/generated/kubectl/kubectl-commands/#-em-secret-docker-registry-em-).
256
-
* See [Secret](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#secret-v1-core).
257
-
* See the `imagePullSecrets` field of [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
270
+
* See the `imagePullSecrets` field within the [container definitions](/docs/reference/kubernetes-api/workload-resources/pod-v1/#containers) of a Pod
0 commit comments