commands.sh

podman machine

all

Create and manage virtual machines running Podman. Included with Podman version 4 or greater.

More info →

Options (1)

boolean

List 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

Create a new machine with different resources

podman machine init --cpus 4 --memory 4096 --disk-size 50

Start or stop a machine

podman machine start|stop name

Connect to a running machine via SSH

Inspect information about a machine

podman machine inspect name
made by @shridhargupta | data from tldr-pages