mirror of
https://github.com/containers/podman.git
synced 2025-10-29 00:38:34 +08:00
Add podman system events alias to podman events
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -17,7 +17,7 @@ load helpers
|
||||
is "$output" "$expect" "filtering by container name and label"
|
||||
|
||||
# Same thing, but without the container-name filter
|
||||
run_podman events -f type=container --filter label=${labelname}=${labelvalue} --filter event=start --stream=false
|
||||
run_podman system events -f type=container --filter label=${labelname}=${labelvalue} --filter event=start --stream=false
|
||||
is "$output" "$expect" "filtering just by label"
|
||||
|
||||
# Now filter just by container name, no label
|
||||
|
||||
@ -37,6 +37,7 @@ search | $IMAGE
|
||||
pod inspect | mypod
|
||||
|
||||
events | --stream=false --events-backend=file
|
||||
system events | --stream=false --events-backend=file
|
||||
"
|
||||
|
||||
# podman machine is finicky. Assume we can't run it, but see below for more.
|
||||
|
||||
Reference in New Issue
Block a user