diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-18 06:12:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 06:12:11 -0400 |
commit | 6c628b05571ee7618b6e985cfa804303a29c9dd8 (patch) | |
tree | d58ec8eb533d64ad7eae3e82855dc25193a66b03 | |
parent | f84f441bec8d4ad6b6dfce059ca71dbd2b0d9615 (diff) | |
parent | 9258dfca79ad2aae38db0340c4871f60ceecc96a (diff) | |
download | podman-6c628b05571ee7618b6e985cfa804303a29c9dd8.tar.gz podman-6c628b05571ee7618b6e985cfa804303a29c9dd8.tar.bz2 podman-6c628b05571ee7618b6e985cfa804303a29c9dd8.zip |
Merge pull request #7681 from QiWang19/login.md-typo
[CI:DOCS] fix a typo of login.1.md
-rw-r--r-- | docs/source/markdown/podman-login.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-login.1.md b/docs/source/markdown/podman-login.1.md index efc7f05e2..9b4ff74ed 100644 --- a/docs/source/markdown/podman-login.1.md +++ b/docs/source/markdown/podman-login.1.md @@ -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**. 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. -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]** @@ -108,7 +108,7 @@ Login Succeeded! ``` ## 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 August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com> |