LinuxCommandLibrary

podman-machine

Manage virtual machines for Podman

TLDR

Initialize machine

$ podman machine init
copy
Start machine
$ podman machine start
copy
Stop machine
$ podman machine stop
copy
List machines
$ podman machine list
copy
SSH into machine
$ podman machine ssh
copy
Remove machine
$ podman machine rm
copy

SYNOPSIS

podman machine command [options]

DESCRIPTION

podman machine manages virtual machines for running Podman on macOS and Windows. Creates a Linux VM to run containers. Required on non-Linux systems since containers need a Linux kernel.

PARAMETERS

init

Initialize a new machine.
start
Start machine.
stop
Stop machine.
list
List machines.
ssh
SSH into machine.
rm
Remove machine.
--cpus n
Number of CPUs (init).
--memory mb
Memory in MB (init).

SEE ALSO

podman(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community