76 lines
1.6 KiB
Groff
76 lines
1.6 KiB
Groff
'\" t
|
|
.nh
|
|
.TH podman-machine-inspect 1
|
|
.SH NAME
|
|
podman-machine-inspect \- Inspect one or more virtual machines
|
|
|
|
.SH SYNOPSIS
|
|
\fBpodman machine inspect\fP [\fIoptions\fP] [\fIname\fP] ...
|
|
|
|
.SH DESCRIPTION
|
|
Inspect one or more virtual machines
|
|
|
|
.PP
|
|
Obtain greater detail about Podman virtual machines. More than one virtual machine can be
|
|
inspected at once.
|
|
|
|
.PP
|
|
The default machine name is \fBpodman-machine-default\fR\&. If a machine name is not specified as an argument,
|
|
then \fBpodman-machine-default\fR will be inspected.
|
|
|
|
.PP
|
|
Rootless only.
|
|
|
|
.SH OPTIONS
|
|
.SS \fB--format\fP
|
|
Print results with a Go template.
|
|
|
|
.TS
|
|
allbox;
|
|
l l
|
|
l l .
|
|
\fB\fBPlaceholder\fP\fP \fB\fBDescription\fP\fP
|
|
\&.ConfigDir ... T{
|
|
Machine configuration directory location
|
|
T}
|
|
\&.ConnectionInfo ... Machine connection information
|
|
\&.Created ... T{
|
|
Machine creation time (string, ISO3601)
|
|
T}
|
|
\&.LastUp ... T{
|
|
Time when machine was last booted
|
|
T}
|
|
\&.Name Name of the machine
|
|
\&.Resources ... Resources used by the machine
|
|
\&.Rootful T{
|
|
Whether the machine prefers rootful or rootless container execution
|
|
T}
|
|
\&.Rosetta T{
|
|
Whether this machine uses Rosetta
|
|
T}
|
|
\&.SSHConfig ... T{
|
|
SSH configuration info for communicating with machine
|
|
T}
|
|
\&.State Machine state
|
|
\&.UserModeNetworking T{
|
|
Whether this machine uses user-mode networking
|
|
T}
|
|
.TE
|
|
|
|
.SS \fB--help\fP
|
|
Print usage statement.
|
|
|
|
.SH EXAMPLES
|
|
Inspect the specified Podman machine.
|
|
|
|
.EX
|
|
$ podman machine inspect podman-machine-default
|
|
.EE
|
|
|
|
.SH SEE ALSO
|
|
\fBpodman(1)\fP, \fBpodman-machine(1)\fP
|
|
|
|
.SH HISTORY
|
|
April 2022, Originally compiled by Brent Baude bbaude@redhat.com
|
|
\[la]mailto:bbaude@redhat.com\[ra]
|