diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-25 10:50:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 10:50:01 -0700 |
commit | db356748738762c31a036c179d23488d7978dabf (patch) | |
tree | a01d257cba3349b47ff743b11eaa7f496bac991b /docs/source/machine.rst | |
parent | 24581d8760691af1657c4f890d42ebd76f5e85c4 (diff) | |
parent | 4ab8a6f67eb9de0de40d478cb0cbec05b1b725c0 (diff) | |
download | podman-db356748738762c31a036c179d23488d7978dabf.tar.gz podman-db356748738762c31a036c179d23488d7978dabf.tar.bz2 podman-db356748738762c31a036c179d23488d7978dabf.zip |
Merge pull request #9781 from baude/addqemu
introduce podman machine
Diffstat (limited to 'docs/source/machine.rst')
-rw-r--r-- | docs/source/machine.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/machine.rst b/docs/source/machine.rst new file mode 100644 index 000000000..cf7f72cce --- /dev/null +++ b/docs/source/machine.rst @@ -0,0 +1,9 @@ +Machine +====== + + +:doc:`create <markdown/podman-machine-create.1>` Create a new virtual machine +:doc:`remove <markdown/podman-machine-remove.1>` Remove 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 |