mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
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:
@ -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 [])
|
||||
|
Reference in New Issue
Block a user