From c75f4d4e70bb93e98d0573b6b01b80971b9f880d Mon Sep 17 00:00:00 2001 From: umohnani8 Date: Tue, 26 Jun 2018 09:59:26 -0400 Subject: 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 Closes: #998 Approved by: rhatdan --- docs/podman-search.1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 []) -- cgit v1.2.3-54-g00ecf