名称

podman-machine-reset - 重置 Podman 机器和环境

概要

podman machine reset [选项]

描述

重置您的 Podman 机器环境。此命令会停止任何正在运行的机器,然后将其移除。配置和数据文件也会被移除。数据文件包括机器磁盘映像和任何之前已拉取的缓存镜像。运行此命令后,您所有的 Podman 机器都会被删除。

选项

--force, -f

不经确认重置。

--help

打印用法说明。

示例

$ podman machine reset
Warning: this command will delete all existing podman machines
and all of the configuration and data directories for Podman machines

The following machine(s) will be deleted:

dev
podman-machine-default

Are you sure you want to continue? [y/N] y
$

参见

podman(1), podman-machine(1)

历史

2024 年 2 月,由 Brent Baude bbaude@redhat.com 首次编译