github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/docs/source/markdown/podman-image.1.md (about)

     1  % podman-image(1)
     2  
     3  ## NAME
     4  podman\-image - Manage images
     5  
     6  ## SYNOPSIS
     7  **podman image** *subcommand*
     8  
     9  ## DESCRIPTION
    10  The image command allows you to manage images
    11  
    12  ## COMMANDS
    13  
    14  | Command  | Man Page                                        | Description                                                                 |
    15  | -------- | ----------------------------------------------- | --------------------------------------------------------------------------- |
    16  | build    | [podman-build(1)](podman-build.1.md)            | Build a container using a Dockerfile.                                       |
    17  | diff     | [podman-image-diff(1)](podman-image-diff.1.md)  | Inspect changes on an image's filesystem.                                   |
    18  | exists   | [podman-image-exists(1)](podman-image-exists.1.md) | Check if an image exists in local storage.                               |
    19  | history  | [podman-history(1)](podman-history.1.md)        | Show the history of an image.                                               |
    20  | import   | [podman-import(1)](podman-import.1.md)              | Import a tarball and save it as a filesystem image.                         |
    21  | inspect  | [podman-inspect(1)](podman-inspect.1.md)            | Display a image or image's configuration.                                   |
    22  | list     | [podman-images(1)](podman-images.1.md)              | List the container images on the system.(alias ls)                          |
    23  | load     | [podman-load(1)](podman-load.1.md)                  | Load an image from the docker archive.                                      |
    24  | mount    | [podman-image-mount(1)](podman-image-mount.1.md)    | Mount an image's root filesystem.                                           |
    25  | prune    | [podman-image-prune(1)](podman-image-prune.1.md)    | Remove all unused images from the local store.                              |
    26  | pull     | [podman-pull(1)](podman-pull.1.md)                  | Pull an image from a registry.                                              |
    27  | push     | [podman-push(1)](podman-push.1.md)                  | Push an image from local storage to elsewhere.                              |
    28  | rm       | [podman-rmi(1)](podman-rmi.1.md)                    | Removes one or more locally stored images.                                  |
    29  | save     | [podman-save(1)](podman-save.1.md)                  | Save an image to docker-archive or oci.                                     |
    30  | search   | [podman-search(1)](podman-search.1.md)              | Search a registry for an image.                                             |
    31  | sign     | [podman-image-sign(1)](podman-image-sign.1.md)      | Create a signature for an image.                                            |
    32  | tag      | [podman-tag(1)](podman-tag.1.md)                    | Add an additional name to a local image.                                    |
    33  | tree     | [podman-image-tree(1)](podman-image-tree.1.md)      | Prints layer hierarchy of an image in a tree format.                        |
    34  | trust    | [podman-image-trust(1)](podman-image-trust.1.md)    | Manage container registry image trust policy.                               |
    35  | unmount   | [podman-image-unmount(1)](podman-image-unmount.1.md)  | Unmount an image's root filesystem.                                         |
    36  | untag    | [podman-untag(1)](podman-untag.1.md)                | Removes one or more names from a locally-stored image.                      |
    37  
    38  ## SEE ALSO
    39  podman