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
Add docs about auth differences between Docker and Kubernetes
The interpretation between Docker and Kubernetes varies when comparing
its implementations. This allows different use cases and should be
documented accordingly.
Signed-off-by: Sascha Grunert <[email protected]>
Co-authored-by: Geoffrey Cline <[email protected]>
Signed-off-by: Sascha Grunert <[email protected]>
Copy file name to clipboardExpand all lines: content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ docker login
28
28
29
29
When prompted, enter your Docker username and password.
30
30
31
-
The login process creates or updates a `config.json` file that holds an authorization token.
31
+
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).
0 commit comments