aboutsummaryrefslogtreecommitdiff
path: root/docs/source/pod.rst
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-09-16 12:29:35 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-09-16 17:41:00 -0400
commit613ef220f39a38779abc61c5f23d65f6d1a91efd (patch)
tree19f809811af9b3dee44236c2c1f494998b006848 /docs/source/pod.rst
parent6cf13c3dbf05a263c08c3f1b1a10cfed722e5929 (diff)
downloadpodman-613ef220f39a38779abc61c5f23d65f6d1a91efd.tar.gz
podman-613ef220f39a38779abc61c5f23d65f6d1a91efd.tar.bz2
podman-613ef220f39a38779abc61c5f23d65f6d1a91efd.zip
Fix up build the docs site
[NO TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/pod.rst')
-rw-r--r--docs/source/pod.rst32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/source/pod.rst b/docs/source/pod.rst
deleted file mode 100644
index d9ad07d83..000000000
--- a/docs/source/pod.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-Pod
-===
-
-:doc:`create <markdown/podman-pod-create.1>` Create a new empty pod
-
-:doc:`exists <markdown/podman-pod-exists.1>` Check if a pod exists in local storage
-
-:doc:`inspect <markdown/podman-pod-inspect.1>` Displays a pod configuration
-
-:doc:`kill <markdown/podman-pod-kill.1>` Send the specified signal or SIGKILL to containers in pod
-
-:doc:`logs <markdown/podman-pod-logs.1>` Displays logs for pod with one or more containers
-
-:doc:`pause <markdown/podman-pause.1>` Pause one or more pods
-
-:doc:`prune <markdown/podman-pod-prune.1>` Remove all stopped pods and their containers
-
-:doc:`ps <markdown/podman-pod-ps.1>` List pods
-
-:doc:`restart <markdown/podman-pod-restart.1>` Restart one or more pods
-
-:doc:`rm <markdown/podman-pod-rm.1>` Remove one or more stopped pods and containers
-
-:doc:`start <markdown/podman-pod-start.1>` Start one or more pods
-
-:doc:`stats <markdown/podman-pod-stats.1>` Display a live stream of resource usage statistics for the containers in one or more pods
-
-:doc:`stop <markdown/podman-pod-stop.1>` Stop one or more pods
-
-:doc:`top <markdown/podman-pod-top.1>` Display the running processes of containers in a pod
-
-:doc:`unpause <markdown/podman-pod-unpause.1>` Unpause one or more pods