Skip to content

Commit eff1bf9

Browse files
committed
docs: add checkpoint list command reference
add checkpoint list command reference. Signed-off-by: ChengyuZhu6 <[email protected]>
1 parent 1a0e7e9 commit eff1bf9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/command-reference.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
- [:nerd_face: nerdctl image decrypt](#nerd_face-nerdctl-image-decrypt)
5656
- [Checkpoint management](#checkpoint-management)
5757
- [:whale: nerdctl checkpoint create](#whale-nerdctl-checkpoint-create)
58+
- [:whale: nerdctl checkpoint list](#whale-nerdctl-checkpoint-list)
5859
- [Manifest management](#manifest-management)
5960
- [:whale: nerdctl manifest annotate](#whale-nerdctl-manifest-annotate)
6061
- [:whale: nerdctl manifest create](#whale-nerdctl-manifest-create)
@@ -1076,6 +1077,15 @@ Flags:
10761077
- :whale: `--leave-running`: Leave the container running after checkpoint
10771078
- :whale: `checkpoint-dir`: Use a custom checkpoint storage directory
10781079

1080+
### :whale: nerdctl checkpoint list
1081+
1082+
List checkpoints for a container
1083+
1084+
Usage: `nerdctl checkpoint list/ls [OPTIONS] CONTAINER`
1085+
1086+
Flags:
1087+
- :whale: `checkpoint-dir`: Use a custom checkpoint storage directory
1088+
10791089
## Manifest management
10801090

10811091
### :whale: nerdctl manifest annotate

0 commit comments

Comments
 (0)