v2 podman search rootless

enable the search command for rootless

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude 2020-05-08 12:43:25 -05:00
parent 13db0f2b61
commit 9233bda4a8
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ var (
Long: searchDescription,
RunE: imageSearch,
Args: cobra.ExactArgs(1),
Annotations: map[string]string{
registry.ParentNSRequired: "",
},
Example: `podman search --filter=is-official --limit 3 alpine
podman search registry.fedoraproject.org/ # only works with v2 registries
podman search --format "table {{.Index}} {{.Name}}" registry.fedoraproject.org/fedora`,