summary refs log tree commit diff
path: root/Documentation/getting-started/running-vms.adoc
diff options
context:
space:
mode:
authorJenni Nikolaenko <evgeniia.nikolaenko@unikie.com>2022-11-08 16:52:28 +0200
committerAlyssa Ross <alyssa.ross@unikie.com>2022-11-08 17:56:20 +0000
commit0a2a5c6d34eb94d18f9cc6a5076ed5d97f7e0715 (patch)
tree91198c396b0646e5ec15bcb8acda85ae3705290e /Documentation/getting-started/running-vms.adoc
parentf3247c14cb525991e701fb3f87ac5d5ab0587690 (diff)
downloadspectrum-0a2a5c6d34eb94d18f9cc6a5076ed5d97f7e0715.tar
spectrum-0a2a5c6d34eb94d18f9cc6a5076ed5d97f7e0715.tar.gz
spectrum-0a2a5c6d34eb94d18f9cc6a5076ed5d97f7e0715.tar.bz2
spectrum-0a2a5c6d34eb94d18f9cc6a5076ed5d97f7e0715.tar.lz
spectrum-0a2a5c6d34eb94d18f9cc6a5076ed5d97f7e0715.tar.xz
spectrum-0a2a5c6d34eb94d18f9cc6a5076ed5d97f7e0715.tar.zst
spectrum-0a2a5c6d34eb94d18f9cc6a5076ed5d97f7e0715.zip
Docs: new structure
Create separate folders for new parent pages, update Introduction page,
remove a and the articles from titles, quick check text for simple english

Signed-off-by: Jenni Nikolaenko <evgeniia.nikolaenko@unikie.com>
Message-Id: <20221108145228.21188-1-evgeniia.nikolaenko@unikie.com>
Diffstat (limited to 'Documentation/getting-started/running-vms.adoc')
-rw-r--r--Documentation/getting-started/running-vms.adoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/getting-started/running-vms.adoc b/Documentation/getting-started/running-vms.adoc
new file mode 100644
index 0000000..ca70835
--- /dev/null
+++ b/Documentation/getting-started/running-vms.adoc
@@ -0,0 +1,14 @@
+= Running VMs
+:page-parent: Getting Started
+:page-nav_order: 2
+
+// SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>
+// SPDX-License-Identifier: GFDL-1.3-no-invariants-or-later OR CC-BY-SA-4.0
+
+Running VMs can be managed with the following commands, available in a
+host terminal:
+
+`lsvm`:: List available VMs, along with whether they are currently running.
+`vm-console <name>`:: Open a terminal emulator for a VM's console.
+`vm-start <name>`:: Start a VM.
+`vm-stop <name>`:: Stop a VM.