diff options
Diffstat (limited to 'docs/podman-login.1.md')
-rw-r--r-- | docs/podman-login.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/podman-login.1.md b/docs/podman-login.1.md index a0b9a2fe6..a3ee2929c 100644 --- a/docs/podman-login.1.md +++ b/docs/podman-login.1.md @@ -33,6 +33,9 @@ Username for registry 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` + **--cert-dir** *path* Use certificates at *path* (\*.crt, \*.cert, \*.key) to connect to the registry. |