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

     1  # image save
     2  
     3  <!---MARKER_GEN_START-->
     4  Save one or more images to a tar archive (streamed to STDOUT by default)
     5  
     6  ### Aliases
     7  
     8  `docker image save`, `docker save`
     9  
    10  ### Options
    11  
    12  | Name             | Type     | Default | Description                        |
    13  |:-----------------|:---------|:--------|:-----------------------------------|
    14  | `-o`, `--output` | `string` |         | Write to a file, instead of STDOUT |
    15  
    16  
    17  <!---MARKER_GEN_END-->
    18  
    19  ## Description
    20  
    21  See [docker save](save.md) for more information.