1podman-machine-inspect(1) General Commands Manual podman-machine-inspect(1)
2
3
4
6 podman-machine-inspect - Inspect one or more virtual machines
7
8
10 podman machine inspect [options] [name] ...
11
12
14 Inspect one or more virtual machines
15
16
17 Obtain greater detail about Podman virtual machines. More than one vir‐
18 tual machine can be inspected at once.
19
20
21 The default machine name is podman-machine-default. If a machine name
22 is not specified as an argument, then podman-machine-default will be
23 inspected.
24
25
26 Rootless only.
27
28
30 --format
31 Print results with a Go template.
32
33
34 ┌────────────────────┬────────────────────────────────┐
35 │Placeholder │ Description │
36 ├────────────────────┼────────────────────────────────┤
37 │.ConfigPath ... │ Machine configuration file lo‐ │
38 │ │ cation │
39 ├────────────────────┼────────────────────────────────┤
40 │.ConnectionInfo ... │ Machine connection information │
41 ├────────────────────┼────────────────────────────────┤
42 │.Created │ Machine creation time (string, │
43 │ │ ISO3601) │
44 ├────────────────────┼────────────────────────────────┤
45 │.Image ... │ Machine image config │
46 ├────────────────────┼────────────────────────────────┤
47 │.LastUp │ Time when machine was last │
48 │ │ booted │
49 ├────────────────────┼────────────────────────────────┤
50 │.Name │ Name of the machine │
51 ├────────────────────┼────────────────────────────────┤
52 │.Resources ... │ Resources used by the machine │
53 ├────────────────────┼────────────────────────────────┤
54 │.Rootful │ Whether the machine prefers │
55 │ │ rootful or rootless container │
56 │ │ execution │
57 ├────────────────────┼────────────────────────────────┤
58 │.SSHConfig ... │ SSH configuration info for │
59 │ │ communitating with machine │
60 ├────────────────────┼────────────────────────────────┤
61 │.State ... │ Machine state │
62 ├────────────────────┼────────────────────────────────┤
63 │.UserModeNetworking │ Whether this machine uses │
64 │ │ user-mode networking │
65 └────────────────────┴────────────────────────────────┘
66
67 --help
68 Print usage statement.
69
70
72 $ podman machine inspect podman-machine-default
73
74
75
77 podman(1), podman-machine(1)
78
79
81 April 2022, Originally compiled by Brent Baude bbaude@redhat.com
82 ⟨mailto:bbaude@redhat.com⟩
83
84
85
86 podman-machine-inspect(1)