podman machine

Create and manage virtual machines running Podman. Included with Podman version 4 or greater. More information: https://docs.podman.io/en/latest/markdown/podman-machine.1.html.

podman machine ls

podman machine init

podman machine init name

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

podman machine start|stop name

podman machine ssh name

podman machine inspect name