From 88673a5fcfcedb3ab3f1039a46b3eba912f35e5c Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Tue, 9 Oct 2018 09:26:47 -0400 Subject: Support auth file environment variable & add change to man pages Signed-off-by: Qi Wang --- docs/podman-logout.1.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/podman-logout.1.md') diff --git a/docs/podman-logout.1.md b/docs/podman-logout.1.md index 4e001085c..be0c52e39 100644 --- a/docs/podman-logout.1.md +++ b/docs/podman-logout.1.md @@ -24,6 +24,9 @@ All the cached credentials can be removed by setting the **all** flag. Path of the authentication file. Default is ${XDG_\RUNTIME\_DIR}/containers/auth.json +Note: You can also override the default path of the authentication file by setting the REGISTRY\_AUTH\_FILE +environment variable. `export REGISTRY_AUTH_FILE=path` + **--all, -a** Remove the cached credentials for all registries in the auth file -- cgit v1.2.3-54-g00ecf