File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ It does not necessarily mean that the corresponding features are missing in cont
53
53
- [ :nerd_face : nerdctl image convert] ( #nerd_face-nerdctl-image-convert )
54
54
- [ :nerd_face : nerdctl image encrypt] ( #nerd_face-nerdctl-image-encrypt )
55
55
- [ :nerd_face : nerdctl image decrypt] ( #nerd_face-nerdctl-image-decrypt )
56
+ - [ Checkpoint management] ( #checkpoint-management )
57
+ - [ :whale : nerdctl checkpoint create] ( #whale-nerdctl-checkpoint-create )
56
58
- [ Manifest management] ( #manifest-management )
57
59
- [ :whale : nerdctl manifest annotate] ( #whale-nerdctl-manifest-annotate )
58
60
- [ :whale : nerdctl manifest create] ( #whale-nerdctl-manifest-create )
@@ -1060,6 +1062,18 @@ Flags:
1060
1062
- ` --platform=<PLATFORM> ` : Convert content for a specific platform
1061
1063
- ` --all-platforms ` : Convert content for all platforms (default: false)
1062
1064
1065
+ ## Checkpoint management
1066
+
1067
+ ### :whale : nerdctl checkpoint create
1068
+
1069
+ Create a checkpoint from a running container.
1070
+
1071
+ Usage: ` nerdctl checkpoint create [OPTIONS] CONTAINER CHECKPOINT `
1072
+
1073
+ Flags:
1074
+ - :whale : ` --leave-running ` : Leave the container running after checkpoint
1075
+ - :whale : ` checkpoint-dir ` : Use a custom checkpoint storage directory
1076
+
1063
1077
## Manifest management
1064
1078
1065
1079
### :whale : nerdctl manifest annotate
You can’t perform that action at this time.
0 commit comments