NAME 名称

podman-pod-unpause - Unpause one or more pods
podman-pod-unpause - 恢复一个或多个 pod 的暂停状态

SYNOPSIS 概要

podman pod unpause [options] pod
podman pod unpause [选项] pod …

DESCRIPTION 描述

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

OPTIONS 选项

--all, -a

Unpause all pods. 取消暂停所有的 pod。

--latest, -l

Instead of providing the pod name or ID, unpause 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 例子 ¶

Unpause pod with a given name:
使用给定名称取消暂停 pod:

podman pod unpause mywebserverpod

Unpause pod with a given ID:
使用给定的 ID 恢复暂停的 pod:

podman pod unpause 860a4b23

SEE ALSO 参见 ¶

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

HISTORY 历史 ¶

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