NAME 名称

podman-machine-inspect - Inspect one or more virtual machines
podman-machine-inspect - 检查一个或多个虚拟机

SYNOPSIS 概要

podman machine inspect [options] [name] …
podman machine inspect [选项] [名称] …

DESCRIPTION 描述

Inspect one or more virtual machines
检查一个或多个虚拟机

Obtain greater detail about Podman virtual machines. More than one virtual machine can be inspected at once.
获取有关 Podman 虚拟机的更多详细信息。可以同时检查多个虚拟机。

The default machine name is podman-machine-default. If a machine name is not specified as an argument, then podman-machine-default will be inspected.
默认机器名称为 podman-machine-default 。如果未指定机器名称作为参数,则将检查 podman-machine-default

Rootless only. 仅支持 Rootless。

OPTIONS 选项

--format

Print results with a Go template.
使用 Go 模板打印结果。

Placeholder

Description

.ConfigDir …

Machine configuration directory location
机器配置目录位置

.ConnectionInfo …

Machine connection information
机器连接信息

.Created … .创建…

Machine creation time (string, ISO3601)
机器创建时间(字符串,ISO3601)

.LastUp …

Time when machine was last booted
机器上次启动的时间

.Name

Name of the machine 机器的名称

.Resources … .资源...

Resources used by the machine
机器使用的资源

.Rootful

Whether the machine prefers rootful or rootless container execution
机器是更倾向于有根权限还是无根权限的容器执行

.SSHConfig …

SSH configuration info for communicating with machine
用于与机器通信的 SSH 配置信息

.State

Machine state 机器状态

.UserModeNetworking

Whether this machine uses user-mode networking
此机器是否使用用户模式网络

--help --帮助 ¶

Print usage statement. 打印使用说明。

EXAMPLES 示例

Inspect the specified Podman machine.
检查指定的 Podman 机器。

$ podman machine inspect podman-machine-default

SEE ALSO 参见 ¶

podman(1), podman-machine(1)
podman(1),podman-machine(1)

HISTORY 历史 ¶

April 2022, Originally compiled by Brent Baude bbaude@redhat.com
2022 年 4 月,最初由 Brent Baude bbaude@redhat.com 编译。