diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-24 19:23:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 19:23:30 +0200 |
commit | ba4a808fe7ca10ed0581239624623f9ea85773ec (patch) | |
tree | 0fd31cf96106fe98332eb7fc99b82b1fbe0aad2f /docs/rtd/source/man/pod.rst | |
parent | 43b1c2fa68d7a1d7197b2fc07b605573dc0ea960 (diff) | |
parent | a180dd43fc4f58a177d41333ad06b16932e55fab (diff) | |
download | podman-ba4a808fe7ca10ed0581239624623f9ea85773ec.tar.gz podman-ba4a808fe7ca10ed0581239624623f9ea85773ec.tar.bz2 podman-ba4a808fe7ca10ed0581239624623f9ea85773ec.zip |
Merge pull request #4339 from baude/rtdfirstmenu
Initial dump of man pages and first menus
Diffstat (limited to 'docs/rtd/source/man/pod.rst')
-rw-r--r-- | docs/rtd/source/man/pod.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/rtd/source/man/pod.rst b/docs/rtd/source/man/pod.rst new file mode 100644 index 000000000..13c1740f8 --- /dev/null +++ b/docs/rtd/source/man/pod.rst @@ -0,0 +1,30 @@ +Pod +=== + +:doc:`create <podman-pod-create.1>` Create a new empty pod + +:doc:`exists <podman-pod-exists.1>` Check if a pod exists in local storage + +:doc:`inspect <podman-pod-inspect.1>` Displays a pod configuration + +:doc:`kill <podman-pod-kill.1>` Send the specified signal or SIGKILL to containers in pod + +:doc:`pause <podman-pause.1>` Pause one or more pods + +:doc:`prune <podman-pod-prune.1>` Remove all stopped pods + +:doc:`ps <podman-pod-ps.1>` List pods + +:doc:`restart <podman-pod-restart.1>` Restart one or more pods + +:doc:`rm <podman-pod-rm.1>` Remove one or more pods + +:doc:`start <podman-pod-start.1>` Start one or more pods + +:doc:`stats <podman-pod-stats.1>` Display a live stream of resource usage statistics for the containers in one or more pods + +:doc:`stop <podman-pod-stop.1>` Stop one or more pods + +:doc:`top <podman-pod-top.1>` Display the running processes of containers in a pod + +:doc:`unpause <podman-pod-unpause.1>` Unpause one or more pods |