diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 13:45:27 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-22 14:26:48 -0400 |
commit | b9425467ed41e6febe9a7f4e02309634bd05d0ee (patch) | |
tree | 1571926747409cac1238b0180d8fda514ebc26b8 /commands-demo.md | |
parent | 4bc819328b898f57fa7c40d7d5f8dc5583ef5eef (diff) | |
download | podman-b9425467ed41e6febe9a7f4e02309634bd05d0ee.tar.gz podman-b9425467ed41e6febe9a7f4e02309634bd05d0ee.tar.bz2 podman-b9425467ed41e6febe9a7f4e02309634bd05d0ee.zip |
Follow up PR to fix issues found in #6341
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'commands-demo.md')
-rw-r--r-- | commands-demo.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands-demo.md b/commands-demo.md index a32fdbcad..555f83af9 100644 --- a/commands-demo.md +++ b/commands-demo.md @@ -28,8 +28,10 @@ | [podman-history(1)](https://podman.readthedocs.io/en/latest/markdown/podman-history.1.html) | Shows the history of an image | | [podman-image(1)](https://podman.readthedocs.io/en/latest/image.html) | Manage Images | | [podman-image-exists(1)](https://podman.readthedocs.io/en/latest/markdown/podman-image-exists.1.html) | Check if an image exists in local storage | +| [podman-image-diff(1)](https://podman.readthedocs.io/en/latest/markdown/podman-image-diff.html) | Inspect changes on an image's filesystem. | | [podman-image-prune(1)](https://podman.readthedocs.io/en/latest/markdown/podman-image-prune.1.html) | Remove all unused images from the local store | | [podman-image-sign(1)](https://podman.readthedocs.io/en/latest/markdown/podman-image-sign.1.html) | Create a signature for an image | +| [podman-image-search(1)](https://podman.readthedocs.io/en/latest/markdown/podman-search.1.html) | Search a registry for an image. | | [podman-image-tree(1)](https://podman.readthedocs.io/en/latest/markdown/podman-image-tree.1.html) | Prints layer hierarchy of an image in a tree format | | [podman-image-trust(1)](https://podman.readthedocs.io/en/latest/markdown/podman-image-trust.1.html) | Manage container registry image trust policy | | [podman-images(1)](https://podman.readthedocs.io/en/latest/markdown/podman-images.1.html) | List images in local storage | [![...](/docs/source/markdown/play.png)](https://podman.io/asciinema/podman/images/) | [Here](https://github.com/containers/Demos/blob/master/podman_cli/podman_images.sh) | |