diff options
author | baude <bbaude@redhat.com> | 2019-10-24 14:54:57 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-10-31 12:31:39 -0500 |
commit | 52b92023edeba3a5e2c466d92d742e54b14a85cb (patch) | |
tree | 44e6193d49afd1277b7d07b0df41fc80d31b3adb /docs/source/image.rst | |
parent | 5af166ff513265b17aee92a9ce3a1522090d7dec (diff) | |
download | podman-52b92023edeba3a5e2c466d92d742e54b14a85cb.tar.gz podman-52b92023edeba3a5e2c466d92d742e54b14a85cb.tar.bz2 podman-52b92023edeba3a5e2c466d92d742e54b14a85cb.zip |
Restructure documentation dir
Restructuring the docs dir to make integration with sphinx easier. man
pages now exist in docs/source/man and the sphinx make files exists in
docs.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs/source/image.rst')
-rw-r--r-- | docs/source/image.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/source/image.rst b/docs/source/image.rst new file mode 100644 index 000000000..b28ad7613 --- /dev/null +++ b/docs/source/image.rst @@ -0,0 +1,35 @@ +Image +===== + + +:doc:`build <man/podman-build.1>` Build an image using instructions from Containerfiles + +:doc:`exists <man/podman-image-exists.1>` Check if an image exists in local storage + +:doc:`history <man/podman-history.1>` Show history of a specified image + +:doc:`import <man/podman-import.1>` Import a tarball to create a filesystem image + +:doc:`inspect <man/podman-inspect.1>` Display the configuration of an image + +:doc:`list <man/podman-images.1>` List images in local storage + +:doc:`load <man/podman-load.1>` Load an image from container archive + +:doc:`prune <man/podman-image-prune.1>` Remove unused images + +:doc:`pull <man/podman-pull.1>` Pull an image from a registry + +:doc:`push <man/podman-push.1>` Push an image to a specified destination + +:doc:`rm <man/podman-rmi.1>` Removes one or more images from local storage + +:doc:`save <man/podman-save.1>` Save image to an archive + +:doc:`sign <man/podman-image-sign.1>` Sign an image + +:doc:`tag <man/podman-tag.1>` Add an additional name to a local image + +:doc:`tree <man/podman-image-tree.1>` Prints layer hierarchy of an image in a tree format + +:doc:`trust <man/podman-image-trust.1>` Manage container image trust policy |