File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ It does not necessarily mean that the corresponding features are missing in cont
52
52
- [ :nerd_face : nerdctl image encrypt] ( #nerd_face-nerdctl-image-encrypt )
53
53
- [ :nerd_face : nerdctl image decrypt] ( #nerd_face-nerdctl-image-decrypt )
54
54
- [ Manifest management] ( #manifest-management )
55
+ - [ :whale : nerdctl manifest create] ( #whale-nerdctl-manifest-create )
55
56
- [ :whale : nerdctl manifest inspect] ( #whale-nerdctl-manifest-inspect )
56
57
- [ Registry] ( #registry )
57
58
- [ :whale : nerdctl login] ( #whale-nerdctl-login )
@@ -1039,6 +1040,23 @@ Flags:
1039
1040
1040
1041
## Manifest management
1041
1042
1043
+ ### :whale : nerdctl manifest create
1044
+
1045
+ Create a local index/manifest list.
1046
+
1047
+ Usage: ` nerdctl manifest create [OPTIONS] INDEX/MANIFESTLIST MANIFEST [MANIFEST...] `
1048
+
1049
+ Flags:
1050
+
1051
+ - ` --amend ` : Amend the existing index/manifest list
1052
+ - ` --insecure ` : Allow communication with an insecure registry
1053
+
1054
+ Example:
1055
+
1056
+ ``` bash
1057
+ nerdctl manifest create myapp:latest alpine@sha256:eafc1edb577d2e9b458664a15f23ea1c370214193226069eb22921169fc7e43f
1058
+ ```
1059
+
1042
1060
### :whale : nerdctl manifest inspect
1043
1061
1044
1062
Display the contents of a manifest list or manifest.
You can’t perform that action at this time.
0 commit comments