mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
clean up ci failures and add appropriate arch,os exclusion tags Signed-off-by: baude <bbaude@redhat.com>
1 KiB
1 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