github.com/panekj/cli@v0.0.0-20230304125325-467dd2f3797e/docs/reference/commandline/image_import.md (about)

     1  # image 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  
    21  ## Description
    22  
    23  See [docker import](import.md) for more information.