.nh .TH podman-machine-inspect 1 .SH NAME .PP podman-machine-inspect - Inspect one or more virtual machines .SH SYNOPSIS .PP \fBpodman machine inspect\fP [\fIoptions\fP] [\fIname\fP] ... .SH DESCRIPTION .PP 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 .PP Print results with a Go template. .TS allbox; l l l l . \fB\fBPlaceholder\fP\fP \fB\fBDescription\fP\fP \&.ConfigPath ... T{ Machine configuration file location T} \&.ConnectionInfo ... Machine connection information \&.Created T{ Machine creation time (string, ISO3601) T} \&.Image ... Machine image config \&.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} \&.SSHConfig ... T{ SSH configuration info for communitating with machine T} \&.State ... Machine state \&.UserModeNetworking T{ Whether this machine uses user-mode networking T} .TE .SS \fB--help\fP .PP Print usage statement. .SH EXAMPLES .EX $ podman machine inspect podman-machine-default .EE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-machine(1)\fP .SH HISTORY .PP April 2022, Originally compiled by Brent Baude bbaude@redhat.com \[la]mailto:bbaude@redhat.com\[ra]