Skip to content

Commit 1b2458d

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/command-reference.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [Checkpoint management](#checkpoint-management)
5757
- [:whale: nerdctl checkpoint create](#whale-nerdctl-checkpoint-create)
5858
- [:whale: nerdctl checkpoint list](#whale-nerdctl-checkpoint-list)
59+
- [:whale: nerdctl checkpoint remove](#whale-nerdctl-checkpoint-remove)
5960
- [Manifest management](#manifest-management)
6061
- [:whale: nerdctl manifest annotate](#whale-nerdctl-manifest-annotate)
6162
- [:whale: nerdctl manifest create](#whale-nerdctl-manifest-create)
@@ -1086,6 +1087,15 @@ Usage: `nerdctl checkpoint list/ls [OPTIONS] CONTAINER`
10861087
Flags:
10871088
- :whale: `checkpoint-dir`: Use a custom checkpoint storage directory
10881089

1090+
### :whale: nerdctl checkpoint remove
1091+
1092+
Remove a checkpoint for a container
1093+
1094+
Usage: `nerdctl checkpoint remove/rm [OPTIONS] CONTAINER CHECKPOINT`
1095+
1096+
Flags:
1097+
- :whale: `checkpoint-dir`: Use a custom checkpoint storage directory
1098+
10891099
## Manifest management
10901100

10911101
### :whale: nerdctl manifest annotate
@@ -1958,7 +1968,6 @@ See [`./config.md`](./config.md).
19581968
Container management:
19591969

19601970
- `docker diff`
1961-
- `docker checkpoint *`
19621971

19631972
Image:
19641973

0 commit comments

Comments
 (0)