diff options
author | Jhon Honce <jhonce@redhat.com> | 2019-10-29 17:27:12 -0700 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-10-31 12:31:39 -0500 |
commit | 486fcd4e1e6f00424f1016d8e331582523bd2c68 (patch) | |
tree | a1aff46e1f585a9e7a99e7a61a7cca63a4a1b507 /docs/source/image.rst | |
parent | 52b92023edeba3a5e2c466d92d742e54b14a85cb (diff) | |
download | podman-486fcd4e1e6f00424f1016d8e331582523bd2c68.tar.gz podman-486fcd4e1e6f00424f1016d8e331582523bd2c68.tar.bz2 podman-486fcd4e1e6f00424f1016d8e331582523bd2c68.zip |
Update document formatting and packaging code
* Refactored code and Makefile to support new docs layout
* Removed some old code packaging code
* Add Readme.md to document what we're doing
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs/source/image.rst')
-rw-r--r-- | docs/source/image.rst | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/source/image.rst b/docs/source/image.rst index b28ad7613..a8c6171e1 100644 --- a/docs/source/image.rst +++ b/docs/source/image.rst @@ -2,34 +2,34 @@ Image ===== -:doc:`build <man/podman-build.1>` Build an image using instructions from Containerfiles +:doc:`build <markdown/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:`exists <markdown/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:`history <markdown/podman-history.1>` Show history of a specified image -:doc:`import <man/podman-import.1>` Import a tarball to create a filesystem image +:doc:`import <markdown/podman-import.1>` Import a tarball to create a filesystem image -:doc:`inspect <man/podman-inspect.1>` Display the configuration of an image +:doc:`inspect <markdown/podman-inspect.1>` Display the configuration of an image -:doc:`list <man/podman-images.1>` List images in local storage +:doc:`list <markdown/podman-images.1>` List images in local storage -:doc:`load <man/podman-load.1>` Load an image from container archive +:doc:`load <markdown/podman-load.1>` Load an image from container archive -:doc:`prune <man/podman-image-prune.1>` Remove unused images +:doc:`prune <markdown/podman-image-prune.1>` Remove unused images -:doc:`pull <man/podman-pull.1>` Pull an image from a registry +:doc:`pull <markdown/podman-pull.1>` Pull an image from a registry -:doc:`push <man/podman-push.1>` Push an image to a specified destination +:doc:`push <markdown/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:`rm <markdown/podman-rmi.1>` Removes one or more images from local storage -:doc:`save <man/podman-save.1>` Save image to an archive +:doc:`save <markdown/podman-save.1>` Save image to an archive -:doc:`sign <man/podman-image-sign.1>` Sign an image +:doc:`sign <markdown/podman-image-sign.1>` Sign an image -:doc:`tag <man/podman-tag.1>` Add an additional name to a local image +:doc:`tag <markdown/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:`tree <markdown/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 +:doc:`trust <markdown/podman-image-trust.1>` Manage container image trust policy |