diff options
author | Qi Wang <qiwan@redhat.com> | 2018-10-09 09:26:47 -0400 |
---|---|---|
committer | Qi Wang <qiwan@redhat.com> | 2018-10-12 10:05:14 -0400 |
commit | 88673a5fcfcedb3ab3f1039a46b3eba912f35e5c (patch) | |
tree | 59b86e95fccb21f26591177747adfcffa6816f85 /docs/podman-pull.1.md | |
parent | da5c89497f9d6ee5cb6e826d7db7cca5686ab4f7 (diff) | |
download | podman-88673a5fcfcedb3ab3f1039a46b3eba912f35e5c.tar.gz podman-88673a5fcfcedb3ab3f1039a46b3eba912f35e5c.tar.bz2 podman-88673a5fcfcedb3ab3f1039a46b3eba912f35e5c.zip |
Support auth file environment variable & add change to man pages
Signed-off-by: Qi Wang <qiwan@redhat.com>
Diffstat (limited to 'docs/podman-pull.1.md')
-rw-r--r-- | docs/podman-pull.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/podman-pull.1.md b/docs/podman-pull.1.md index 6eff52cea..86c6823af 100644 --- a/docs/podman-pull.1.md +++ b/docs/podman-pull.1.md @@ -50,6 +50,9 @@ Image stored in local container/storage Path of the authentication file. Default is ${XDG_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`. If the authorization state is not found there, $HOME/.docker/config.json is checked, which is set using `docker login`. +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. |