Virsh start: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * virsh =Overview= <pre> virsh start <vm-name> </pre>") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Virsh#Commands|virsh]] | * [[Virsh#Commands|virsh]] | ||
* [[Linux_Virtualization_Operations#Start.2FStop_Guest_VMs|Linux Virtualization Operations]] | |||
=Overview= | =Overview= | ||
<pre> | <pre> | ||
virsh start <vm-name> | virsh start [--console] <vm-name> | ||
</pre> | </pre> | ||
=Options= | |||
==--console== | |||
Attach to the console after creation. |
Latest revision as of 19:01, 2 July 2017
Internal
Overview
virsh start [--console] <vm-name>
Options
--console
Attach to the console after creation.