diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-14 12:33:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 12:33:11 -0700 |
commit | 32268eaa6239057b82445172bf8128dabec0fe14 (patch) | |
tree | 3011e41d01635cc83ad7cd38c5cb1cbc60b2af48 /docs/source | |
parent | 77dbfc753097d4b3a07c1382cb388e79515ffdb0 (diff) | |
parent | 28ffe74e4441d96cb36abb58344824bfc4701c47 (diff) | |
download | podman-32268eaa6239057b82445172bf8128dabec0fe14.tar.gz podman-32268eaa6239057b82445172bf8128dabec0fe14.tar.bz2 podman-32268eaa6239057b82445172bf8128dabec0fe14.zip |
Merge pull request #6235 from QiWang19/events-format
fix bug --format {{json.}} of events
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-events.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-events.1.md b/docs/source/markdown/podman-events.1.md index bb1923574..a05047684 100644 --- a/docs/source/markdown/podman-events.1.md +++ b/docs/source/markdown/podman-events.1.md @@ -142,7 +142,7 @@ $ sudo podman events --since 5m Show Podman events in JSON Lines format ``` -events --format json +$ podman events --format json {"ID":"683b0909d556a9c02fa8cd2b61c3531a965db42158627622d1a67b391964d519","Image":"localhost/myshdemo:latest","Name":"agitated_diffie","Status":"cleanup","Time":"2019-04-27T22:47:00.849932843-04:00","Type":"container"} {"ID":"a0f8ab051bfd43f9c5141a8a2502139707e4b38d98ac0872e57c5315381e88ad","Image":"docker.io/library/alpine:latest","Name":"friendly_tereshkova","Status":"unmount","Time":"2019-04-28T13:43:38.063017276-04:00","Type":"container"} ``` |