github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/docs/source/markdown/podman-machine-inspect.1.md (about) 1 % podman-machine-inspect(1) 2 3 ## NAME 4 podman\-machine\-inspect - Inspect one or more virtual machines 5 6 ## SYNOPSIS 7 **podman machine inspect** [*options] *name* ... 8 9 ## DESCRIPTION 10 11 Inspect one or more virtual machines 12 13 Obtain greater detail about Podman virtual machines. More than one virtual machine can be 14 inspected at once. 15 16 ## OPTIONS 17 #### **--format** 18 19 Print results with a Go template. 20 21 #### **--help** 22 23 Print usage statement. 24 25 ## EXAMPLES 26 27 ``` 28 $ podman machine inspect podman-machine-default 29 ``` 30 31 ## SEE ALSO 32 **[podman(1)](podman.1.md)**, **[podman-machine(1)](podman-machine.1.md)** 33 34 ## HISTORY 35 April 2022, Originally compiled by Brent Baude <bbaude@redhat.com>