Skip to content

Commit

Permalink
Merge pull request containers#15859 from edsantiago/docs_format_events
Browse files Browse the repository at this point in the history
[CI:DOCS] man pages: document some --format options
  • Loading branch information
openshift-merge-robot authored Sep 19, 2022
2 parents 5f5d400 + 6790deb commit 30231d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/markdown/podman-events.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ In the case where an ID is used, the ID may be in its full or shortened form.

Format the output to JSON Lines or using the given Go template.

| **Placeholder** | **Description** |
|--------------------|-----------------------------------------------|
| .Attributes | created_at, _by, labels, and more (map[]) |
| .ContainerExitCode | Exit code (int) |
| .Details ... | Internal structure, not actually useful |
| .HealthStatus | Health Status (string) |
| .ID | Container ID (full 64-bit SHA) |
| .Image | Name of image being run (string) |
| .Name | Container name (string) |
| .Network | Name of network being used (string) |
| .Status | Event status (e.g., create, start, died, ...) |
| .Time | Event timestamp (string) |
| .Type | Event type (e.g., image, container, pod, ...) |

#### **--help**

Print usage statement.
Expand Down

0 comments on commit 30231d0

Please sign in to comment.