File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ It does not necessarily mean that the corresponding features are missing in cont
44
44
- [ :whale : nerdctl push] ( #whale-nerdctl-push )
45
45
- [ :whale : nerdctl load] ( #whale-nerdctl-load )
46
46
- [ :whale : nerdctl save] ( #whale-nerdctl-save )
47
+ - [ :whale : nerdctl import] ( #whale-nerdctl-import )
47
48
- [ :whale : nerdctl tag] ( #whale-nerdctl-tag )
48
49
- [ :whale : nerdctl rmi] ( #whale-nerdctl-rmi )
49
50
- [ :whale : nerdctl image inspect] ( #whale-nerdctl-image-inspect )
@@ -905,6 +906,19 @@ Flags:
905
906
- :nerd_face : ` --platform=(amd64|arm64|...) ` : Export content for a specific platform
906
907
- :nerd_face : ` --all-platforms ` : Export content for all platforms
907
908
909
+ ### :whale : nerdctl import
910
+
911
+ Import the contents from a tarball to create a filesystem image.
912
+
913
+ Usage: ` nerdctl import [OPTIONS] file|URL|- [REPOSITORY[:TAG]] `
914
+
915
+ Flags:
916
+
917
+ - :whale : ` -m, --message ` : Set commit message for imported image
918
+ - :nerd_face : ` --platform=(linux/amd64|linux/arm64|...) ` : Set platform for the imported image
919
+
920
+ Unimplemented ` docker import ` flags: ` --change `
921
+
908
922
### :whale : nerdctl tag
909
923
910
924
Create a tag TARGET\_ IMAGE that refers to SOURCE\_ IMAGE.
@@ -1919,7 +1933,6 @@ Container management:
1919
1933
1920
1934
Image:
1921
1935
1922
- - ` docker import `
1923
1936
- ` docker trust * ` (Instead, nerdctl supports ` nerdctl pull --verify=cosign|notation ` and ` nerdctl push --sign=cosign|notation ` . See [ ` ./cosign.md ` ] ( ./cosign.md ) and [ ` ./notation.md ` ] ( ./notation.md ) .)
1924
1937
1925
1938
Network management:
You can’t perform that action at this time.
0 commit comments