From 8f346c30c3e3b79830ffe2310074867a1fd88846 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 9 Aug 2020 09:27:22 -0400 Subject: Add missing pages for docs.podman.io Lots of references to man pages missing from docs.podman.io Also fix sort order in man pages and other documents. Signed-off-by: Daniel J Walsh --- docs/source/image.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/source/image.rst') diff --git a/docs/source/image.rst b/docs/source/image.rst index a8c6171e1..fe3a7aa3b 100644 --- a/docs/source/image.rst +++ b/docs/source/image.rst @@ -4,6 +4,8 @@ Image :doc:`build ` Build an image using instructions from Containerfiles +:doc:`diff ` Inspect changes on an image's filesystem + :doc:`exists ` Check if an image exists in local storage :doc:`history ` Show history of a specified image @@ -16,6 +18,8 @@ Image :doc:`load ` Load an image from container archive +:doc:`mount ` Mount an image's root filesystem. + :doc:`prune ` Remove unused images :doc:`pull ` Pull an image from a registry @@ -26,6 +30,8 @@ Image :doc:`save ` Save image to an archive +:doc:`search ` Search a registry for an image + :doc:`sign ` Sign an image :doc:`tag ` Add an additional name to a local image @@ -33,3 +39,7 @@ Image :doc:`tree ` Prints layer hierarchy of an image in a tree format :doc:`trust ` Manage container image trust policy + +:doc:`untag ` Removes one or more names from a locally-stored image + +:doc:`unmount ` Unmount an image's root filesystem -- cgit v1.2.3-54-g00ecf