mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
Merge pull request #7681 from QiWang19/login.md-typo
[CI:DOCS] fix a typo of login.1.md
This commit is contained in:
@ -18,7 +18,7 @@ Podman will first search for the username and password in the **${XDG\_RUNTIME\_
|
|||||||
Podman will then use any existing credentials found in **$HOME/.docker/config.json**.
|
Podman will then use any existing credentials found in **$HOME/.docker/config.json**.
|
||||||
If those credentials are not present, Podman will create **${XDG\_RUNTIME\_DIR}/containers/auth.json** (if the file does not exist) and
|
If those credentials are not present, Podman will create **${XDG\_RUNTIME\_DIR}/containers/auth.json** (if the file does not exist) and
|
||||||
will then store the username and password from STDIN as a base64 encoded string in it.
|
will then store the username and password from STDIN as a base64 encoded string in it.
|
||||||
For more details about format and configurations of the auth,json file, please refer to containers-auth.json(5)
|
For more details about format and configurations of the auth.json file, please refer to containers-auth.json(5)
|
||||||
|
|
||||||
**podman [GLOBAL OPTIONS]**
|
**podman [GLOBAL OPTIONS]**
|
||||||
|
|
||||||
@ -108,7 +108,7 @@ Login Succeeded!
|
|||||||
```
|
```
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
podman(1), podman-logout(1), containers-auth.json(5)
|
podman(1), podman-logout(1), containers-auth.json(5), containers-registries.conf(5)
|
||||||
|
|
||||||
## HISTORY
|
## HISTORY
|
||||||
August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>
|
||||||
|
Reference in New Issue
Block a user