mirror of
https://github.com/containers/podman.git
synced 2025-08-02 17:22:30 +08:00

Add podman machine info command, which displays infor about the machine host as well as version info. Signed-off-by: Ashley Cui <acui@redhat.com>
708 B
708 B
% 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=format, -f
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