mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00
Add podman system events alias to podman events
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
1
docs/source/markdown/links/podman-system-events.1
Normal file
1
docs/source/markdown/links/podman-system-events.1
Normal file
@ -0,0 +1 @@
|
||||
.so man1/podman-events.1
|
@ -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,
|
||||
|
@ -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. |
|
||||
|
Reference in New Issue
Block a user