mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #2629 from edsantiago/add-events-to-podman-1
Add 'podman events' to podman(1)
This commit is contained in:
@ -11,7 +11,8 @@ var (
|
|||||||
eventsCommand cliconfig.EventValues
|
eventsCommand cliconfig.EventValues
|
||||||
eventsDescription = "Monitor podman events"
|
eventsDescription = "Monitor podman events"
|
||||||
_eventsCommand = &cobra.Command{
|
_eventsCommand = &cobra.Command{
|
||||||
Use: "events [flags]",
|
Use: "events",
|
||||||
|
Args: noSubArgs,
|
||||||
Short: "show podman events",
|
Short: "show podman events",
|
||||||
Long: eventsDescription,
|
Long: eventsDescription,
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
|
@ -137,6 +137,7 @@ the exit codes follow the `chroot` standard, see below:
|
|||||||
| [podman-cp(1)](podman-cp.1.md) | Copy files/folders between a container and the local filesystem. |
|
| [podman-cp(1)](podman-cp.1.md) | Copy files/folders between a container and the local filesystem. |
|
||||||
| [podman-create(1)](podman-create.1.md) | Create a new container. |
|
| [podman-create(1)](podman-create.1.md) | Create a new container. |
|
||||||
| [podman-diff(1)](podman-diff.1.md) | Inspect changes on a container or image's filesystem. |
|
| [podman-diff(1)](podman-diff.1.md) | Inspect changes on a container or image's filesystem. |
|
||||||
|
| [podman-events(1)](podman-events.1.md) | Monitor Podman events |
|
||||||
| [podman-exec(1)](podman-exec.1.md) | Execute a command in a running container. |
|
| [podman-exec(1)](podman-exec.1.md) | Execute a command in a running container. |
|
||||||
| [podman-export(1)](podman-export.1.md) | Export a container's filesystem contents as a tar archive. |
|
| [podman-export(1)](podman-export.1.md) | Export a container's filesystem contents as a tar archive. |
|
||||||
| [podman-generate(1)](podman-generate.1.md)| Generate structured data based for a containers and pods. |
|
| [podman-generate(1)](podman-generate.1.md)| Generate structured data based for a containers and pods. |
|
||||||
|
Reference in New Issue
Block a user