mirror of
https://github.com/containers/podman.git
synced 2025-06-27 05:26:50 +08:00
Support auth file environment variable & add change to man pages
Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
@ -54,6 +54,9 @@ Any additional arguments will be appended to the command.
|
||||
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`
|
||||
|
||||
**--display**
|
||||
|
||||
Display the label's value of the image having populated its environment variables.
|
||||
|
Reference in New Issue
Block a user