github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/push.md (about)

     1  # docker push
     2  
     3  <!---MARKER_GEN_START-->
     4  Upload an image to a registry
     5  
     6  ### Aliases
     7  
     8  `docker image push`, `docker push`
     9  
    10  ### Options
    11  
    12  | Name                      | Type   | Default | Description                                 |
    13  |:--------------------------|:-------|:--------|:--------------------------------------------|
    14  | `-a`, `--all-tags`        |        |         | Push all tags of an image to the repository |
    15  | `--disable-content-trust` | `bool` | `true`  | Skip image signing                          |
    16  | `-q`, `--quiet`           |        |         | Suppress verbose output                     |
    17  
    18  
    19  <!---MARKER_GEN_END-->
    20