Skip to content

Commit

Permalink
Update README with example for --metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Oct 23, 2024
1 parent 8c62702 commit 692adc3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 692adc3

Please sign in to comment.