aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-logout.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-11 05:29:27 -0400
committerGitHub <noreply@github.com>2020-09-11 05:29:27 -0400
commit2bdb177b5525931c2363507cd5b23f8efb169144 (patch)
tree2e5cbff70f6b2d4818950e1b3d51c56e3e944512 /docs/source/markdown/podman-logout.1.md
parent10ba232b34fd016ffd72fcebe035d9d6dc91d174 (diff)
parent8467cd3d2e71b49ed87ade33573a9bdc4aefcc49 (diff)
downloadpodman-2bdb177b5525931c2363507cd5b23f8efb169144.tar.gz
podman-2bdb177b5525931c2363507cd5b23f8efb169144.tar.bz2
podman-2bdb177b5525931c2363507cd5b23f8efb169144.zip
Merge pull request #7584 from QiWang19/login-doc
[CI:DOCS] Add auth.json(5) link to login/logout docs
Diffstat (limited to 'docs/source/markdown/podman-logout.1.md')
-rw-r--r--docs/source/markdown/podman-logout.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-logout.1.md b/docs/source/markdown/podman-logout.1.md
index 8b9f75760..0ff954d43 100644
--- a/docs/source/markdown/podman-logout.1.md
+++ b/docs/source/markdown/podman-logout.1.md
@@ -10,7 +10,7 @@ podman\-logout - Logout of a container registry
**podman logout** logs out of a specified registry server by deleting the cached credentials
stored in the **auth.json** file. If the registry is not specified, the first registry under [registries.search]
from registries.conf will be used. The path of the authentication file can be overridden by the user by setting the **authfile** flag.
-The default path used is **${XDG\_RUNTIME\_DIR}/containers/auth.json**.
+The default path used is **${XDG\_RUNTIME\_DIR}/containers/auth.json**. For more details about format and configurations of the auth,json file, please refer to containers-auth.json(5)
All the cached credentials can be removed by setting the **all** flag.
**podman [GLOBAL OPTIONS]**
@@ -54,7 +54,7 @@ Remove login credentials for all registries
```
## SEE ALSO
-podman(1), podman-login(1)
+podman(1), podman-login(1), containers-auth.json(5)
## HISTORY
August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>