mirror of
https://github.com/containers/podman.git
synced 2025-05-21 09:05:56 +08:00

podman machine allows podman to create, manage, and interact with a vm running some form of linux (default is fcos). podman is then configured to be able to interact with the vm automatically. while this is usable on linux, the real push is to get this working on both current apple architectures in macos. Ashley Cui contributed to this PR and was a great help. [NO TESTS NEEDED] Signed-off-by: baude <bbaude@redhat.com>
10 lines
381 B
ReStructuredText
10 lines
381 B
ReStructuredText
Machine
|
|
======
|
|
|
|
|
|
:doc:`create <markdown/podman-machine-create.1>` Create a new virtual machine
|
|
:doc:`destroy <markdown/podman-machine-destroy.1>` Destroy a virtual machine
|
|
:doc:`ssh <markdown/podman-machine-ssh.1>` SSH into a virtual machine
|
|
:doc:`start <markdown/podman-machine-start.1>` Start a virtual machine
|
|
:doc:`stop <markdown/podman-machine-stop.1>` Stop a virtual machine
|