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/managecontainers.rst | 64 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 docs/source/managecontainers.rst (limited to 'docs/source/managecontainers.rst') diff --git a/docs/source/managecontainers.rst b/docs/source/managecontainers.rst new file mode 100644 index 000000000..0607f129d --- /dev/null +++ b/docs/source/managecontainers.rst @@ -0,0 +1,64 @@ +Manage Containers +================= + +:doc:`attach ` Attach to a running container + +:doc:`checkpoint ` Checkpoints one or more containers + +:doc:`cleanup ` Cleanup network and mountpoints of one or more containers + +:doc:`commit ` Create new image based on the changed container + +:doc:`cp ` Copy files/folders between a container and the local filesystem + +:doc:`create ` Create but do not start a container + +:doc:`diff ` Inspect changes on container's file systems + +:doc:`exec ` Run a process in a running container + +:doc:`exists ` Check if a container exists in local storage + +:doc:`export ` Export container's filesystem contents as a tar archive + +:doc:`init ` Initialize one or more containers + +:doc:`inspect ` Display the configuration of a container or image + +:doc:`kill ` Kill one or more running containers with a specific signal + +:doc:`list ` List containers + +:doc:`logs ` Fetch the logs of a container + +:doc:`mount ` Mount a working container's root filesystem + +:doc:`pause ` Pause all the processes in one or more containers + +:doc:`port ` List port mappings or a specific mapping for the container + +:doc:`restart ` Restart one or more containers + +:doc:`prune ` Remove all stopped containers + +:doc:`restore ` Restores one or more containers from a checkpoint + +:doc:`rm ` Remove one or more containers + +:doc:`run ` Run a command in a new container + +:doc:`runlabel ` Execute the command described by an image label + +:doc:`start ` Start one or more containers + +:doc:`stats ` Display a live stream of container resource usage statistics + +:doc:`stop ` Stop one or more containers + +:doc:`top ` Display the running processes of a container + +:doc:`umount ` Unmounts working container's root filesystem + +:doc:`unpause ` Unpause the processes in one or more containers + +:doc:`wait ` Block on one or more containers -- cgit v1.2.3-54-g00ecf