mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00

Podman machine will be a mac-only command that manages the VM where containers are run. Currently, only the CLI is written and the interface function for the VM management is stub for future developement The podman machine cli is only built on mac builds. Signed-off-by: Ashley Cui <acui@redhat.com>
854 B
854 B
% podman-machine(1)
NAME
podman-machine - Manage Podman's virtual machine
SYNOPSIS
podman machine subcommand
DESCRIPTION
podman machine
is a set of subcommands that manage Podman's virtual machine on MacOS.
SUBCOMMANDS
Command | Man Page | Description |
---|---|---|
create | podman-machine-create(1) | Create a new virtual machine |
start | podman-machine-start(1) | Start a virtual machine |
stop | podman-machine-stop(1) | Stop a virtual machine |
SEE ALSO
podman(1)
HISTORY
March 2021, Originally compiled by Ashley Cui acui@redhat.com