From 52b92023edeba3a5e2c466d92d742e54b14a85cb Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 24 Oct 2019 14:54:57 -0500 Subject: 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 --- docs/source/pod.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/source/pod.rst (limited to 'docs/source/pod.rst') diff --git a/docs/source/pod.rst b/docs/source/pod.rst new file mode 100644 index 000000000..94ed9604a --- /dev/null +++ b/docs/source/pod.rst @@ -0,0 +1,30 @@ +Pod +=== + +:doc:`create ` Create a new empty pod + +:doc:`exists ` Check if a pod exists in local storage + +:doc:`inspect ` Displays a pod configuration + +:doc:`kill ` Send the specified signal or SIGKILL to containers in pod + +:doc:`pause ` Pause one or more pods + +:doc:`prune ` Remove all stopped pods + +:doc:`ps ` List pods + +:doc:`restart ` Restart one or more pods + +:doc:`rm ` Remove one or more pods + +:doc:`start ` Start one or more pods + +:doc:`stats ` Display a live stream of resource usage statistics for the containers in one or more pods + +:doc:`stop ` Stop one or more pods + +:doc:`top ` Display the running processes of containers in a pod + +:doc:`unpause ` Unpause one or more pods -- cgit v1.2.3-54-g00ecf