NAME¶ 名称
podman-pod - Management tool for groups of containers, called pods
podman-pod - 用于管理容器组(称为 pods)的工具
SYNOPSIS¶ 概要
podman pod subcommand podman pod 子命令
DESCRIPTION¶ 描述
podman pod is a set of subcommands that manage pods, or groups of containers.
podman pod 是一组管理 pods 或容器组的子命令。
SUBCOMMANDS¶ 子命令 ¶
Command |
Man Page 手册页 |
Description |
---|---|---|
clone |
Create a copy of an existing pod. |
|
create |
Create a new pod. 创建一个新的 pod。 |
|
exists |
Check if a pod exists in local storage. |
|
inspect |
Display information describing a pod. |
|
kill |
Kill the main process of each container in one or more pods. |
|
logs |
Display logs for pod with one or more containers. |
|
pause |
Pause one or more pods. |
|
prune |
Remove all stopped pods and their containers. |
|
ps |
Print 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
2018 年 7 月,最初由 Peter Hunt pehunt@redhat.com 编译