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
4444 - [ :whale : nerdctl push] ( #whale-nerdctl-push )
4545 - [ :whale : nerdctl load] ( #whale-nerdctl-load )
4646 - [ :whale : nerdctl save] ( #whale-nerdctl-save )
47+ - [ :whale : nerdctl import] ( #whale-nerdctl-import )
4748 - [ :whale : nerdctl tag] ( #whale-nerdctl-tag )
4849 - [ :whale : nerdctl rmi] ( #whale-nerdctl-rmi )
4950 - [ :whale : nerdctl image inspect] ( #whale-nerdctl-image-inspect )
@@ -905,6 +906,19 @@ Flags:
905906- :nerd_face : ` --platform=(amd64|arm64|...) ` : Export content for a specific platform
906907- :nerd_face : ` --all-platforms ` : Export content for all platforms
907908
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+
908922### :whale : nerdctl tag
909923
910924Create a tag TARGET\_ IMAGE that refers to SOURCE\_ IMAGE.
@@ -1919,7 +1933,6 @@ Container management:
19191933
19201934Image:
19211935
1922- - ` docker import `
19231936- ` 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 ) .)
19241937
19251938Network management:
You can’t perform that action at this time.
0 commit comments