mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
podmanv2 pod exists
add pod exists for podman v2 Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -19,6 +19,7 @@ var (
|
||||
Example: `podman container exists containerID
|
||||
podman container exists myctr || podman run --name myctr [etc...]`,
|
||||
RunE: exists,
|
||||
Args: cobra.ExactArgs(1),
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user