diff options
author | Ashley Cui <acui@redhat.com> | 2021-03-25 15:28:49 -0400 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2021-03-25 17:45:27 -0400 |
commit | f6638571037c3d92066540e32fa08b76ce7f1fd8 (patch) | |
tree | 5c7332668bb4aae33f3f278f8b50ddd5ed8cff1d /docs/source/machine.rst | |
parent | db356748738762c31a036c179d23488d7978dabf (diff) | |
download | podman-f6638571037c3d92066540e32fa08b76ce7f1fd8.tar.gz podman-f6638571037c3d92066540e32fa08b76ce7f1fd8.tar.bz2 podman-f6638571037c3d92066540e32fa08b76ce7f1fd8.zip |
Rename podman machine create to init and clean up
Rename podman machine create to init because we're initing a VM, not
really creating it
Wire up CPUs flag
Suppress QEMU GUI from popping up when not in debug mode
[NO TESTS NEEDED]
Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'docs/source/machine.rst')
-rw-r--r-- | docs/source/machine.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/machine.rst b/docs/source/machine.rst index cf7f72cce..55df29667 100644 --- a/docs/source/machine.rst +++ b/docs/source/machine.rst @@ -2,7 +2,7 @@ Machine ====== -:doc:`create <markdown/podman-machine-create.1>` Create a new virtual machine +:doc:`init <markdown/podman-machine-init.1>` Initialize 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 |