@@ -43,6 +43,7 @@ It does not necessarily mean that the corresponding features are missing in cont
43
43
- [ :whale : nerdctl push] ( #whale-nerdctl-push )
44
44
- [ :whale : nerdctl load] ( #whale-nerdctl-load )
45
45
- [ :whale : nerdctl save] ( #whale-nerdctl-save )
46
+ - [ :whale : nerdctl import] ( #whale-nerdctl-import )
46
47
- [ :whale : nerdctl tag] ( #whale-nerdctl-tag )
47
48
- [ :whale : nerdctl rmi] ( #whale-nerdctl-rmi )
48
49
- [ :whale : nerdctl image inspect] ( #whale-nerdctl-image-inspect )
@@ -899,6 +900,19 @@ Flags:
899
900
- :nerd_face : ` --platform=(amd64|arm64|...) ` : Export content for a specific platform
900
901
- :nerd_face : ` --all-platforms ` : Export content for all platforms
901
902
903
+ ### :whale : nerdctl import
904
+
905
+ Import the contents from a tarball to create a filesystem image.
906
+
907
+ Usage: ` nerdctl import [OPTIONS] file|URL|- [REPOSITORY[:TAG]] `
908
+
909
+ Flags:
910
+
911
+ - :whale : ` -m, --message ` : Set commit message for imported image
912
+ - :nerd_face : ` --platform=(linux/amd64|linux/arm64|...) ` : Set platform for the imported image
913
+
914
+ Unimplemented ` docker import ` flags: ` --change `
915
+
902
916
### :whale : nerdctl tag
903
917
904
918
Create a tag TARGET\_ IMAGE that refers to SOURCE\_ IMAGE.
@@ -1894,7 +1908,7 @@ Container management:
1894
1908
1895
1909
Image:
1896
1910
1897
- - ` docker export ` and ` docker import `
1911
+ - ` docker export `
1898
1912
- ` 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 ) .)
1899
1913
- ` docker manifest * `
1900
1914
0 commit comments