summaryrefslogtreecommitdiff
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-02-19 15:11:54 +0100
committerGitHub <noreply@github.com>2020-02-19 15:11:54 +0100
commitcba5791a5db8980a7952b111b8b846ca15bb6980 (patch)
tree2b5357c868dc892a2f85bff7d5adf107454ce4b3 /docs/source/markdown/podman-logout.1.md
parent1bed53b02c2f65ba26dc320a797c6fe473fce9a1 (diff)
parent4c135017b228280e1dd2bd6693fdf2edb44b682a (diff)
downloadpodman-cba5791a5db8980a7952b111b8b846ca15bb6980.tar.gz
podman-cba5791a5db8980a7952b111b8b846ca15bb6980.tar.bz2
podman-cba5791a5db8980a7952b111b8b846ca15bb6980.zip
Merge pull request #5233 from QiWang19/login/out-parameter
fix mandatory parameter in login/logout
Diffstat (limited to 'docs/source/markdown/podman-logout.1.md')
-rw-r--r--docs/source/markdown/podman-logout.1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-logout.1.md b/docs/source/markdown/podman-logout.1.md
index 01dc52ecd..8b9f75760 100644
--- a/docs/source/markdown/podman-logout.1.md
+++ b/docs/source/markdown/podman-logout.1.md
@@ -8,7 +8,8 @@ podman\-logout - Logout of a container registry
## DESCRIPTION
**podman logout** logs out of a specified registry server by deleting the cached credentials
-stored in the **auth.json** file. The path of the authentication file can be overridden by the user by setting the **authfile** flag.
+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**.
All the cached credentials can be removed by setting the **all** flag.