1podman-machine-info(1) General Commands Manual podman-machine-info(1)
2
3
4
6 podman-machine-info - Display machine host info
7
8
10 podman machine info
11
12
14 Display information pertaining to the machine host. Rootless only, as
15 all podman machine commands can be only be used with rootless Podman.
16
17
19 --format, -f=format
20 Change output format to "json" or a Go template.
21
22
23 --help
24 Print usage statement.
25
26
28 $ podman machine info
29 $ podman machine info --format json
30 $ podman machine info --format {{.Host.Arch}}
31
32
33
35 podman(1), podman-machine(1)
36
37
39 June 2022, Originally compiled by Ashley Cui acui@redhat.com
40 ⟨mailto:acui@redhat.com⟩
41
42
43
44 podman-machine-info(1)