podman machine
all
Create and manage virtual machines running Podman. Included with Podman version 4 or greater.
More info →Options (1)
booleanList existing machines
Example:
podman machine {{[ls|list]}}Examples (7)
List existing machines
podman machine [ls|list]Create a new default machine
Create a new machine with a specific name
podman machine init nameCreate a new machine with different resources
podman machine init --cpus 4 --memory 4096 --disk-size 50Start or stop a machine
podman machine start|stop nameConnect to a running machine via SSH
podman machine ssh nameInspect information about a machine
podman machine inspect namemade by @shridhargupta | data from tldr-pages