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

podman-pod-clone(1)

Create a copy of an existing pod.
创建现有 pod 的副本。

create

podman-pod-create(1)

Create a new pod. 创建一个新的 pod。

exists

podman-pod-exists(1)

Check if a pod exists in local storage.
检查本地存储中是否存在 pod。

inspect

podman-pod-inspect(1)

Display information describing a pod.
显示描述一个 Pod 的信息。

kill

podman-pod-kill(1)

Kill the main process of each container in one or more pods.
终止一个或多个 Pod 中每个容器的主进程。

logs

podman-pod-logs(1)

Display logs for pod with one or more containers.
显示具有一个或多个容器的 pod 的日志。

pause

podman-pod-pause(1)

Pause one or more pods.
暂停一个或多个 pod。

prune

podman-pod-prune(1)

Remove all stopped pods and their containers.
删除所有已停止的 pod 及其容器。

ps

podman-pod-ps(1)

Print out information about pods.
打印有关 Pod 的信息。

restart

podman-pod-restart(1)

Restart one or more pods.
重新启动一个或多个 pod。

rm

podman-pod-rm(1)

Remove one or more stopped pods and containers.
移除一个或多个已停止的 pod 和容器。

start

podman-pod-start(1)

Start one or more pods.
启动一个或多个 pod。

stats

podman-pod-stats(1)

Display a live stream of resource usage stats for containers in one or more pods.
在一个或多个 pod 中显示容器资源使用统计的实时流。

stop

podman-pod-stop(1)

Stop one or more pods.
停止一个或多个 pod。

top

podman-pod-top(1)

Display the running processes of containers in a pod.
显示 Pod 中容器的运行进程。

unpause

podman-pod-unpause(1)

Unpause one or more pods.
恢复一个或多个 Pod。

SEE ALSO 参见 ¶

podman(1)

HISTORY 历史 ¶

July 2018, Originally compiled by Peter Hunt pehunt@redhat.com
2018 年 7 月,最初由 Peter Hunt pehunt@redhat.com 编译