mirror of
https://github.com/containers/podman.git
synced 2026-01-29 16:31:45 -05:00
clean up ci failures and add appropriate arch,os exclusion tags Signed-off-by: baude <bbaude@redhat.com>
1.0 KiB
1.0 KiB
% 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 |
| remove | podman-machine-destroy(1) | Remove a virtual machine |
| ssh | podman-machine-ssh.1.md(1) | SSH into a 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