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
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/configure-pod-container/pull-image-private-registry.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Use the `docker` tool to log in to Docker Hub. See the _log in_ section of
58
58
-->
59
59
使用 `docker` 命令工具来登录到 Docker Hub。
60
60
更多详细信息,请查阅
61
-
[Docker ID accounts](https://docs.docker.com/docker-id/#log-in) 中的 _log in_ 部分。
61
+
[Docker ID accounts](https://docs.docker.com/docker-id/#log-in) 中的 **log in** 部分。
62
62
63
63
```shell
64
64
docker login
@@ -99,11 +99,11 @@ The output contains a section similar to this:
99
99
}
100
100
```
101
101
102
+
{{< note >}}
102
103
<!--
103
104
If you use a Docker credentials store, you won't see that `auth` entry but a `credsStore` entry with the name of the store as value.
104
105
In that case, you can create a secret directly. See [Create a Secret by providing credentials on the command line](#create-a-secret-by-providing-credentials-on-the-command-line).
0 commit comments