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) |
.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 |
.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 编译。