diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-24 19:23:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 19:23:30 +0200 |
commit | ba4a808fe7ca10ed0581239624623f9ea85773ec (patch) | |
tree | 0fd31cf96106fe98332eb7fc99b82b1fbe0aad2f /docs/rtd/source/man/image.rst | |
parent | 43b1c2fa68d7a1d7197b2fc07b605573dc0ea960 (diff) | |
parent | a180dd43fc4f58a177d41333ad06b16932e55fab (diff) | |
download | podman-ba4a808fe7ca10ed0581239624623f9ea85773ec.tar.gz podman-ba4a808fe7ca10ed0581239624623f9ea85773ec.tar.bz2 podman-ba4a808fe7ca10ed0581239624623f9ea85773ec.zip |
Merge pull request #4339 from baude/rtdfirstmenu
Initial dump of man pages and first menus
Diffstat (limited to 'docs/rtd/source/man/image.rst')
-rw-r--r-- | docs/rtd/source/man/image.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/rtd/source/man/image.rst b/docs/rtd/source/man/image.rst new file mode 100644 index 000000000..ad963cd41 --- /dev/null +++ b/docs/rtd/source/man/image.rst @@ -0,0 +1,35 @@ +Image +===== + + +:doc:`build <podman-build.1>` Build an image using instructions from Containerfiles + +:doc:`exists <podman-image-exists.1>` Check if an image exists in local storage + +:doc:`history <podman-history.1>` Show history of a specified image + +:doc:`import <podman-import.1>` Import a tarball to create a filesystem image + +:doc:`inspect <podman-inspect.1>` Display the configuration of an image + +:doc:`list <podman-images.1>` List images in local storage + +:doc:`load <podman-load.1>` Load an image from container archive + +:doc:`prune <podman-image-prune.1>` Remove unused images + +:doc:`pull <podman-pull.1>` Pull an image from a registry + +:doc:`push <podman-push.1>` Push an image to a specified destination + +:doc:`rm <podman-rmi.1>` Removes one or more images from local storage + +:doc:`save <podman-save.1>` Save image to an archive + +:doc:`sign <podman-image-sign.1>` Sign an image + +:doc:`tag <podman-tag.1>` Add an additional name to a local image + +:doc:`tree <podman-image-tree.1>` Prints layer hierarchy of an image in a tree format + +:doc:`trust <podman-image-trust.1>` Manage container image trust policy |