blob: 926d3d8b3d667706337b17c52a055cc6350ad7f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
% podman-machine-info(1)
## NAME
podman\-machine\-info - Display machine host info
## SYNOPSIS
**podman machine info**
## DESCRIPTION
Display information pertaining to the machine host.
Rootless only, as all `podman machine` commands can be only be used with rootless Podman.
## OPTIONS
#### **--format**, **-f**=*format*
Change output format to "json" or a Go template.
#### **--help**
Print usage statement.
## EXAMPLES
```
$ podman machine info
$ podman machine info --format json
$ podman machine info --format {{.Host.Arch}}
```
## SEE ALSO
**[podman(1)](podman.1.md)**, **[podman-machine(1)](podman-machine.1.md)**
## HISTORY
June 2022, Originally compiled by Ashley Cui <acui@redhat.com>
|