Sponsor:

Your company here, and a link to your site. Click to find out more.

podman-pod - Man Page

Management tool for groups of containers, called pods

Synopsis

podman pod subcommand

Description

podman pod is a set of subcommands that manage pods, or groups of containers.

Subcommands

CommandMan PageDescription
clonepodman-pod-clone(1)Create a copy of an existing pod.
createpodman-pod-create(1)Create a new pod.
existspodman-pod-exists(1)Check if a pod exists in local storage.
inspectpodman-pod-inspect(1)Display information describing a pod.
killpodman-pod-kill(1)Kill the main process of each container in one or more pods.
logspodman-pod-logs(1)Display logs for pod with one or more containers.
pausepodman-pod-pause(1)Pause one or more pods.
prunepodman-pod-prune(1)Remove all stopped pods and their containers.
pspodman-pod-ps(1)Print out information about pods.
restartpodman-pod-restart(1)Restart one or more pods.
rmpodman-pod-rm(1)Remove one or more stopped pods and containers.
startpodman-pod-start(1)Start one or more pods.
statspodman-pod-stats(1)Display a live stream of resource usage stats for containers in one or more pods.
stoppodman-pod-stop(1)Stop one or more pods.
toppodman-pod-top(1)Display the running processes of containers in a pod.
unpausepodman-pod-unpause(1)Unpause one or more pods.

See Also

podman(1)

History

July 2018, Originally compiled by Peter Hunt pehunt@redhat.com ⟨mailto:pehunt@redhat.com⟩

Referenced By

podman(1), podman-generate(1), podman-kube(1), podman-kube-apply(1), podman-kube-generate(1), podman-pod-create(1), podman-pod-exists(1), podman-pod-inspect(1), podman-pod-kill(1), podman-pod-logs(1), podman-pod-pause(1), podman-pod-prune(1), podman-pod-ps(1), podman-pod-restart(1), podman-pod-rm(1), podman-pod-start(1), podman-pod-stats(1), podman-pod-stop(1), podman-pod-top(1), podman-pod-unpause(1), podman-remote(1).

The man page docker-pod(1) is an alias of podman-pod(1).