github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/docs/reference/commandline/image.md (about)

     1  
     2  ---
     3  title: "image"
     4  description: "The image command description and usage"
     5  keywords: "image"
     6  ---
     7  
     8  # image
     9  
    10  ```markdown
    11  Usage:  docker image COMMAND
    12  
    13  Manage images
    14  
    15  Options:
    16        --help   Print usage
    17  
    18  Commands:
    19    build       Build an image from a Dockerfile
    20    history     Show the history of an image
    21    import      Import the contents from a tarball to create a filesystem image
    22    inspect     Display detailed information on one or more images
    23    load        Load an image from a tar archive or STDIN
    24    ls          List images
    25    prune       Remove unused images
    26    pull        Pull an image or a repository from a registry
    27    push        Push an image or a repository to a registry
    28    rm          Remove one or more images
    29    save        Save one or more images to a tar archive (streamed to STDOUT by default)
    30    tag         Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
    31  
    32  Run 'docker image COMMAND --help' for more information on a command.
    33  
    34  ```
    35  
    36  ## Description
    37  
    38  Manage images.