NAME¶
podman-pod - 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 |
Create a new pod. |
|
exists |
Check if a pod exists in local storage. |
|
inspect |
Displays information describing a pod. |
|
kill |
Kill the main process of each container in one or more pods. |
|
logs |
Displays logs for pod with one or more containers. |
|
pause |
Pause one or more pods. |
|
prune |
Remove all stopped pods and their containers. |
|
ps |
Prints out information about pods. |
|
restart |
Restart one or more pods. |
|
rm |
Remove one or more stopped pods and containers. |
|
start |
Start one or more pods. |
|
stats |
Display a live stream of resource usage stats for containers in one or more pods. |
|
stop |
Stop one or more pods. |
|
top |
Display the running processes of containers in a pod. |
|
unpause |
Unpause one or more pods. |
SEE ALSO¶
HISTORY¶
July 2018, Originally compiled by Peter Hunt pehunt@redhat.com