WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit eb1f291

Browse files
Add OOMKilled to podman events docs
Signed-off-by: Bruce Fan <[email protected]>
1 parent e84bdcf commit eb1f291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/markdown/podman-events.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Format the output to JSON Lines or using the given Go template.
127127
| .Image | Name of image being run (string) |
128128
| .Name | Container name (string) |
129129
| .Network | Name of network being used (string) |
130+
| .OOMKilled | Whether container was killed due to OOM (bool) |
130131
| .PodID | ID of pod associated with container, if any |
131132
| .Status | Event status (e.g., create, start, died, ...) |
132133
| .Time | Event timestamp (string) |

0 commit comments

Comments
 (0)