NAME 名称

podman-container - Manage containers
podman-container - 管理容器

SYNOPSIS 概要

podman container subcommand
podman 容器子命令

DESCRIPTION 描述

The container command allows management of containers
容器命令允许管理容器

COMMANDS 命令 ¶

Command

Man Page 手册页

Description

attach

podman-attach(1)

Attach to a running container.
附加到正在运行的容器。

checkpoint

podman-container-checkpoint(1)

Checkpoint one or more running containers.
检查一个或多个正在运行的容器。

cleanup

podman-container-cleanup(1)

Clean up the container’s network and mountpoints.
清理容器的网络和挂载点。

clone

podman-container-clone(1)

Create a copy of an existing container.
创建现有容器的副本。

commit

podman-commit(1)

Create new image based on the changed container.
基于更改后的容器创建新镜像。

cp

podman-cp(1)

Copy files/folders between a container and the local filesystem.
在容器和本地文件系统之间复制文件/文件夹。

create

podman-create(1)

Create a new container. 创建一个新容器。

diff

podman-container-diff(1)

Inspect changes on a container’s filesystem
检查容器文件系统上的更改。

exec

podman-exec(1)

Execute a command in a running container.
在运行中的容器中执行命令。

exists

podman-container-exists(1)

Check if a container exists in local storage
检查本地存储中是否存在容器

export

podman-export(1)

Export a container’s filesystem contents as a tar archive.
将容器的文件系统内容导出为 tar 存档。

init

podman-init(1)

Initialize a container 初始化容器

inspect

podman-container-inspect(1)

Display a container’s configuration.
显示容器的配置。

kill

podman-kill(1)

Kill the main process in one or more containers.
终止一个或多个容器中的主进程。

list

podman-ps(1)

List the containers on the system.(alias ls)
列出系统上的容器。(别名 ls)

logs

podman-logs(1)

Display the logs of a container.
显示容器的日志。

mount

podman-mount(1)

Mount a working container’s root filesystem.
挂载工作容器的根文件系统。

pause

podman-pause(1)

Pause one or more containers.
暂停一个或多个容器。

port

podman-port(1)

List port mappings for the container.
列出容器的端口映射。

prune

podman-container-prune(1)

Remove all stopped containers from local storage.
从本地存储中删除所有已停止的容器。

ps

podman-ps(1)

Print out information about containers.
打印有关容器的信息。

rename

podman-rename(1)

Rename an existing container.
重命名现有容器。

restart

podman-restart(1)

Restart one or more containers.
重新启动一个或多个容器。

restore

podman-container-restore(1)

Restore one or more containers from a checkpoint.
从检查点中恢复一个或多个容器。

rm

podman-rm(1)

Remove one or more containers.
移除一个或多个容器。

run

podman-run(1)

Run a command in a container.
在容器中运行命令。

runlabel

podman-container-runlabel(1)

Execute a command as described by a container-image label.
根据容器镜像标签描述执行命令。

start

podman-start(1)

Start one or more containers.
启动一个或多个容器。

stats

podman-stats(1)

Display a live stream of one or more container’s resource usage statistics.
显示一个或多个容器的资源使用统计的实时流。

stop

podman-stop(1)

Stop one or more running containers.
停止一个或多个正在运行的容器。

top

podman-top(1)

Display the running processes of a container.
显示容器的运行进程。

unmount

podman-unmount(1)

Unmount a working container’s root filesystem.(Alias unmount)
卸载工作容器的根文件系统。(别名 unmount)

unpause

podman-unpause(1)

Unpause one or more containers.
恢复一个或多个容器。

update

podman-update(1)

Update the cgroup configuration of a given container.
更新给定容器的 cgroup 配置。

wait

podman-wait(1)

Wait on one or more containers to stop and print their exit codes.
等待一个或多个容器停止并打印它们的退出码。

SEE ALSO 参见 ¶

podman(1), podman-exec(1), podman-run(1)