diff options
author | umohnani8 <umohnani@redhat.com> | 2018-06-26 09:59:26 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-27 09:46:50 +0000 |
commit | c75f4d4e70bb93e98d0573b6b01b80971b9f880d (patch) | |
tree | ae6702a7c4653e4ba06c799f7e8af9f40b6632dc /docs/podman-search.1.md | |
parent | 143ea6e66e1d77806baffcc6228a6e64ef655fd1 (diff) | |
download | podman-c75f4d4e70bb93e98d0573b6b01b80971b9f880d.tar.gz podman-c75f4d4e70bb93e98d0573b6b01b80971b9f880d.tar.bz2 podman-c75f4d4e70bb93e98d0573b6b01b80971b9f880d.zip |
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
Diffstat (limited to 'docs/podman-search.1.md')
-rw-r--r-- | docs/podman-search.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-search.1.md b/docs/podman-search.1.md index 858d82ae3..e276f67b7 100644 --- a/docs/podman-search.1.md +++ b/docs/podman-search.1.md @@ -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 []) |