podman-machine-list - Man Page
List virtual machines
Synopsis
podman machine list [options]
podman machine ls [options]
Description
List Podman managed virtual machines.
Podman on macOS requires a virtual machine. This is because containers are Linux - containers do not run on any other OS because containers' core functionality is tied to the Linux kernel.
Options
--format=format
Format list output using a Go template.
Valid placeholders for the Go template are listed below:
Placeholder | Description |
.Name | VM name |
.Created | Time since VM creation |
.LastUp | Time since the VM was last run |
.VMType | VM type |
--help
Print usage statement.
--noheading
Omit the table headings from the listing of pods.
Examples
$ podman machine list $ podman machine ls --format {{.Name}}\t{{.VMType}}\t{{.Created}}\t{{.LastUp}}\n
See Also
History
March 2021, Originally compiled by Ashley Cui acui@redhat.com ⟨mailto:acui@redhat.com⟩
Referenced By
The man pages docker-machine-list(1) and podman-machine-ls(1) are aliases of podman-machine-list(1).