Add podman system events alias to podman events

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-11-09 15:45:01 -05:00
parent ae9a2d26df
commit bc77c034f8
8 changed files with 34 additions and 8 deletions

View File

@ -0,0 +1 @@
.so man1/podman-events.1

View File

@ -6,6 +6,8 @@ podman\-events - Monitor Podman events
## SYNOPSIS
**podman events** [*options*]
**podman system events** [*options*]
## DESCRIPTION
Monitor and print events that occur in Podman. Each event will include a timestamp,

View File

@ -15,6 +15,7 @@ The system command allows you to manage the podman systems
| ------- | ------------------------------------------------------------ | ------------------------------------------------------------------------ |
| connection | [podman-system-connection(1)](podman-system-connection.1.md) | Manage the destination(s) for Podman service(s) |
| df | [podman-system-df(1)](podman-system-df.1.md) | Show podman disk usage. |
| events | [podman-system-events(1)](podman-events.1.md) | Monitor Podman events |
| info | [podman-system-info(1)](podman-info.1.md) | Displays Podman related system information. |
| migrate | [podman-system-migrate(1)](podman-system-migrate.1.md) | Migrate existing containers to a new podman version. |
| prune | [podman-system-prune(1)](podman-system-prune.1.md) | Remove all unused pods, containers, images, networks, and volume data. |