github.com/thajeztah/cli@v0.0.0-20240223162942-dc6bfac81a8b/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