![]() |
![]()
| ![]() |
![]()
NAMEpodman-machine-info - Display machine host info SYNOPSISpodman machine info DESCRIPTIONDisplay information pertaining to the machine host. Rootless only, as all podman machine commands can be only be used with rootless Podman. Note: The DefaultMachine field in the Host output does not suggest that one can set a default podman machine via system connections. This value represents the current active system connection associated with a podman machine. Regardless of the default system connection, the default podman machine will always be podman-machine-default. OPTIONS--format, -f=formatChange output format to "json" or a Go template.
--helpPrint usage statement. EXAMPLESDisplay default Podman machine info. $ podman machine info Host: Display default Podman machine info formatted as json. $ podman machine info --format json { Display default Podman machine Host.Arch field. $ podman machine info --format "{{ .Host.Arch }}" amd64 SEE ALSOpodman(1), podman-machine(1) HISTORYJune 2022, Originally compiled by Ashley Cui acui@redhat.com ⟨mailto:acui@redhat.com⟩
|