Add --authfile to podman search

Since podman search requires credentials to search private registries,
add the --authfile flag to allow users to pass in credentials from a
different authfile than the default one.

Signed-off-by: umohnani8 <umohnani@redhat.com>

Closes: #998
Approved by: rhatdan
This commit is contained in:
umohnani8
2018-06-26 09:59:26 -04:00
committed by Atomic Bot
parent 143ea6e66e
commit c75f4d4e70
3 changed files with 20 additions and 9 deletions

View File

@ -29,6 +29,10 @@ using the **--filter** flag.
## OPTIONS
**--authfile**
Path of the authentication file. Default is ${XDG_\RUNTIME\_DIR}/containers/auth.json
**--filter, -f**
Filter output based on conditions provided (default [])