From 613ef220f39a38779abc61c5f23d65f6d1a91efd Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 16 Sep 2021 12:29:35 -0400 Subject: Fix up build the docs site [NO TESTS NEEDED] Signed-off-by: Daniel J Walsh --- docs/source/image.rst | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 docs/source/image.rst (limited to 'docs/source/image.rst') diff --git a/docs/source/image.rst b/docs/source/image.rst deleted file mode 100644 index 0987a0149..000000000 --- a/docs/source/image.rst +++ /dev/null @@ -1,47 +0,0 @@ -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 - -:doc:`import ` Import a tarball to create a filesystem image - -:doc:`inspect ` Display the configuration of an image - -:doc:`list ` List images in local storage - -: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 - -:doc:`push ` Push an image to a specified destination - -:doc:`rm ` Removes one or more images from local storage - -:doc:`save ` Save image to an archive - -:doc:`scp ` Securely copy an image from one host to another - -:doc:`search ` Search a registry for an image - -:doc:`sign ` Sign an image - -:doc:`tag ` Add an additional name to a local image - -:doc:`tree ` Prints layer hierarchy of an image in a tree format - -:doc:`trust ` Manage container image trust policy - -:doc:`unmount ` Unmount an image's root filesystem - -:doc:`untag ` Removes one or more names from a locally-stored image -- cgit v1.2.3-54-g00ecf