podman/docs/podman-pod.1.md
Peter Hunt 0b34b4a59c Add podman pod prune
podman system prune would leave pods be, and not prune them if they were stopped.
Fix this by adding a `podman pod prune` command that prunes stopped pods similarly to containers.

Signed-off-by: Peter Hunt <pehunt@redhat.com>
2019-04-16 11:23:18 -04:00

2.7 KiB

% podman-pod(1)

NAME

podman-pod - Simple 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

Command Man Page Description
create podman-pod-create(1) Create a new pod.
exists podman-pod-exists(1) Check if a pod exists in local storage.
inspect podman-pod-inspect(1) Displays information describing a pod.
kill podman-pod-kill(1) Kill the main process of each container in pod.
pause podman-pod-pause(1) Pause one or more pods.
prune podman-container-prune(1) Remove all stopped containers from local storage.
ps podman-pod-ps(1) Prints out information about pods.
restart podman-pod-restart(1) Restart one or more pods.
rm podman-pod-rm(1) Remove one or more pods.
start podman-pod-start(1) Start one or more pods.
stats podman-pod-stats(1) Display live stream resource usage stats for containers in one or more pods.
stop podman-pod-stop(1) Stop one or more pods.
top podman-pod-top(1) Display the running processes of containers in a pod.
unpause podman-pod-unpause(1) Unpause one or more pods.

SEE ALSO

podman(1)

HISTORY

July 2018, Originally compiled by Peter Hunt pehunt@redhat.com