From 692adc30e744c46eb1e7ae563636bccac591c599 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 23 Oct 2024 06:52:43 +0000 Subject: [PATCH] Update README with example for --metadata Signed-off-by: Adrian Reber --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78812553..9c4320f4 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ $ checkpointctl show /var/lib/kubelet/checkpoints/checkpoint-counters_default-co To retrieve low-level information about a container checkpoint, use the `checkpointctl inspect` command: ```console -$ checkpointctl inspect /tmp/ubuntu_looper.tar.gz --ps-tree +$ checkpointctl inspect /tmp/ubuntu_looper.tar.gz --ps-tree --metadata awesome_booth ├── Image: docker.io/library/ubuntu:latest @@ -65,6 +65,10 @@ awesome_booth ├── Engine: Podman ├── Checkpoint size: 2.8 MiB ├── Root FS diff size: 309.0 KiB +├── Metadata +│ └── Annotations +│ ├── io.container.manager: libpod +│ └── org.opencontainers.image.stopSignal: 15 └── Process tree └── [1] bash └── [5] su