mirror of https://github.com/containers/podman.git
v2 podman search rootless
enable the search command for rootless Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
parent
13db0f2b61
commit
9233bda4a8
|
@ -38,9 +38,6 @@ var (
|
||||||
Long: searchDescription,
|
Long: searchDescription,
|
||||||
RunE: imageSearch,
|
RunE: imageSearch,
|
||||||
Args: cobra.ExactArgs(1),
|
Args: cobra.ExactArgs(1),
|
||||||
Annotations: map[string]string{
|
|
||||||
registry.ParentNSRequired: "",
|
|
||||||
},
|
|
||||||
Example: `podman search --filter=is-official --limit 3 alpine
|
Example: `podman search --filter=is-official --limit 3 alpine
|
||||||
podman search registry.fedoraproject.org/ # only works with v2 registries
|
podman search registry.fedoraproject.org/ # only works with v2 registries
|
||||||
podman search --format "table {{.Index}} {{.Name}}" registry.fedoraproject.org/fedora`,
|
podman search --format "table {{.Index}} {{.Name}}" registry.fedoraproject.org/fedora`,
|
||||||
|
|
Loading…
Reference in New Issue