github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/docs/source/pod.rst (about)

     1  Pod
     2  ===
     3  
     4  :doc:`create <markdown/podman-pod-create.1>` Create a new empty pod
     5  
     6  :doc:`exists <markdown/podman-pod-exists.1>` Check if a pod exists in local storage
     7  
     8  :doc:`inspect <markdown/podman-pod-inspect.1>` Displays a pod configuration
     9  
    10  :doc:`kill <markdown/podman-pod-kill.1>` Send the specified signal or SIGKILL to containers in pod
    11  
    12  :doc:`pause <markdown/podman-pause.1>` Pause one or more pods
    13  
    14  :doc:`prune <markdown/podman-pod-prune.1>` Remove all stopped pods and their containers
    15  
    16  :doc:`ps <markdown/podman-pod-ps.1>` List pods
    17  
    18  :doc:`restart <markdown/podman-pod-restart.1>` Restart one or more pods
    19  
    20  :doc:`rm <markdown/podman-pod-rm.1>` Remove one or more stopped pods and containers
    21  
    22  :doc:`start <markdown/podman-pod-start.1>` Start one or more pods
    23  
    24  :doc:`stats <markdown/podman-pod-stats.1>` Display a live stream of resource usage statistics for the containers in one or more pods
    25  
    26  :doc:`stop <markdown/podman-pod-stop.1>` Stop one or more pods
    27  
    28  :doc:`top <markdown/podman-pod-top.1>` Display the running processes of containers in a pod
    29  
    30  :doc:`unpause <markdown/podman-pod-unpause.1>` Unpause one or more pods