NAME

Podman-计算机-重置-重置Podman计算机和环境

SYNOPSIS

podman machine reset [options]

DESCRIPTION

重置您的Podman机器环境。此命令停止所有正在运行的计算机,然后删除它们。然后删除配置和数据文件。数据文件将包括机器磁盘映像和之前提取的任何缓存映像。当运行此命令时,您的所有Podman计算机都将被删除。

OPTIONS

--force-f

在未确认的情况下重置。

--help

打印用法报表。

EXAMPLES

$ 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)]

HISTORY

2024年2月,最初由Brent Baudebbaude@redhat.com汇编