github.1git.de/docker/cli@v26.1.3+incompatible/docs/reference/commandline/import.md (about) 1 # docker import 2 3 <!---MARKER_GEN_START--> 4 Import the contents from a tarball to create a filesystem image 5 6 ### Aliases 7 8 `docker image import`, `docker import` 9 10 ### Options 11 12 | Name | Type | Default | Description | 13 |:------------------|:---------|:--------|:--------------------------------------------------| 14 | `-c`, `--change` | `list` | | Apply Dockerfile instruction to the created image | 15 | `-m`, `--message` | `string` | | Set commit message for imported image | 16 | `--platform` | `string` | | Set platform if server is multi-platform capable | 17 18 19 <!---MARKER_GEN_END--> 20