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 )
@@ -904,6 +905,19 @@ Flags:
904
905
- :nerd_face : ` --platform=(amd64|arm64|...) ` : Export content for a specific platform
905
906
- :nerd_face : ` --all-platforms ` : Export content for all platforms
906
907
908
+ ### :whale : nerdctl import
909
+
910
+ Import the contents from a tarball to create a filesystem image.
911
+
912
+ Usage: ` nerdctl import [OPTIONS] file|URL|- [REPOSITORY[:TAG]] `
913
+
914
+ Flags:
915
+
916
+ - :whale : ` -m, --message ` : Set commit message for imported image
917
+ - :nerd_face : ` --platform=(linux/amd64|linux/arm64|...) ` : Set platform for the imported image
918
+
919
+ Unimplemented ` docker import ` flags: ` --change `
920
+
907
921
### :whale : nerdctl tag
908
922
909
923
Create a tag TARGET\_ IMAGE that refers to SOURCE\_ IMAGE.
@@ -1900,7 +1914,6 @@ Container management:
1900
1914
1901
1915
Image:
1902
1916
1903
- - ` docker import `
1904
1917
- ` 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 ) .)
1905
1918
1906
1919
Network management:
You can’t perform that action at this time.
0 commit comments