NAME 名称

podman-pod-pause - Pause one or more pods
podman-pod-pause - 暂停一个或多个 pod

SYNOPSIS 概要

podman pod pause [options] pod
podman pod pause [选项] pod ...

DESCRIPTION 描述

Pauses all the running processes in the containers of one or more pods. You may use pod IDs or names as input.
暂停一个或多个 pod 中容器中的所有运行进程。您可以使用 pod ID 或名称作为输入。

OPTIONS 选项

--all, -a

Pause all pods. 暂停所有的 pods。

--latest, -l

Instead of providing the pod name or ID, pause the last created pod. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
不提供 pod 名称或 ID,暂停最后创建的 pod。(此选项不适用于远程 Podman 客户端,包括 Mac 和 Windows(不包括 WSL2)机器)

EXAMPLE 例子 ¶

Pause a pod with a given name:
使用给定名称暂停一个 pod:

podman pod pause mywebserverpod

Pause a pod with a given ID:
使用给定的 ID 暂停一个 pod:

podman pod pause 860a4b23

SEE ALSO 参见 ¶

podman(1), podman-pod(1), podman-pod-unpause(1), podman-pause(1)
podman(1),podman-pod(1),podman-pod-unpause(1),podman-pause(1)

HISTORY 历史 ¶

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