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

     1  # image pull
     2  
     3  <!---MARKER_GEN_START-->
     4  Download an image from a registry
     5  
     6  ### Aliases
     7  
     8  `docker image pull`, `docker pull`
     9  
    10  ### Options
    11  
    12  | Name                      | Type     | Default | Description                                      |
    13  |:--------------------------|:---------|:--------|:-------------------------------------------------|
    14  | `-a`, `--all-tags`        |          |         | Download all tagged images in the repository     |
    15  | `--disable-content-trust` |          |         | Skip image verification                          |
    16  | `--platform`              | `string` |         | Set platform if server is multi-platform capable |
    17  | `-q`, `--quiet`           |          |         | Suppress verbose output                          |
    18  
    19  
    20  <!---MARKER_GEN_END-->
    21  
    22  ## Description
    23  
    24  See [docker pull](pull.md) for more information.