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

     1  # image
     2  
     3  <!---MARKER_GEN_START-->
     4  Manage images
     5  
     6  ### Subcommands
     7  
     8  | Name                          | Description                                                              |
     9  |:------------------------------|:-------------------------------------------------------------------------|
    10  | [`build`](image_build.md)     | Build an image from a Dockerfile                                         |
    11  | [`history`](image_history.md) | Show the history of an image                                             |
    12  | [`import`](image_import.md)   | Import the contents from a tarball to create a filesystem image          |
    13  | [`inspect`](image_inspect.md) | Display detailed information on one or more images                       |
    14  | [`load`](image_load.md)       | Load an image from a tar archive or STDIN                                |
    15  | [`ls`](image_ls.md)           | List images                                                              |
    16  | [`prune`](image_prune.md)     | Remove unused images                                                     |
    17  | [`pull`](image_pull.md)       | Download an image from a registry                                        |
    18  | [`push`](image_push.md)       | Upload an image to a registry                                            |
    19  | [`rm`](image_rm.md)           | Remove one or more images                                                |
    20  | [`save`](image_save.md)       | Save one or more images to a tar archive (streamed to STDOUT by default) |
    21  | [`tag`](image_tag.md)         | Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE                    |
    22  
    23  
    24  
    25  <!---MARKER_GEN_END-->
    26  
    27  ## Description
    28  
    29  Manage images.