From 28ad43940f3bfca3870a5450342c4b79c6a2f60f Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Tue, 29 Oct 2019 17:27:12 -0700 Subject: 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 Signed-off-by: baude --- docs/source/image.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/source/image.rst') 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 ` Build an image using instructions from Containerfiles +:doc:`build ` Build an image using instructions from Containerfiles -:doc:`exists ` Check if an image exists in local storage +:doc:`exists ` Check if an image exists in local storage -:doc:`history ` Show history of a specified image +:doc:`history ` Show history of a specified image -:doc:`import ` Import a tarball to create a filesystem image +:doc:`import ` Import a tarball to create a filesystem image -:doc:`inspect ` Display the configuration of an image +:doc:`inspect ` Display the configuration of an image -:doc:`list ` List images in local storage +:doc:`list ` List images in local storage -:doc:`load ` Load an image from container archive +:doc:`load ` Load an image from container archive -:doc:`prune ` Remove unused images +:doc:`prune ` Remove unused images -:doc:`pull ` Pull an image from a registry +:doc:`pull ` Pull an image from a registry -:doc:`push ` Push an image to a specified destination +:doc:`push ` Push an image to a specified destination -:doc:`rm ` Removes one or more images from local storage +:doc:`rm ` Removes one or more images from local storage -:doc:`save ` Save image to an archive +:doc:`save ` Save image to an archive -:doc:`sign ` Sign an image +:doc:`sign ` Sign an image -:doc:`tag ` Add an additional name to a local image +:doc:`tag ` Add an additional name to a local image -:doc:`tree ` Prints layer hierarchy of an image in a tree format +:doc:`tree ` Prints layer hierarchy of an image in a tree format -:doc:`trust ` Manage container image trust policy +:doc:`trust ` Manage container image trust policy -- cgit v1.2.3-54-g00ecf