podman-machine-info - Man Page
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
History
June 2022, Originally compiled by Ashley Cui acui@redhat.com ⟨mailto:acui@redhat.com⟩
Referenced By
The man page docker-machine-info(1) is an alias of podman-machine-info(1).