summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-03 11:49:43 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-03 11:49:43 +0300
commitf249a884b0351c5bc6ed6af9b9985fe17a022e90 (patch)
tree351ab8e887f1d15f6efec7aea803a82cb9ff40fd /README.md
parentfe338b9dd6abdbcbe4f7dd63a702a3511edaaa57 (diff)
downloadick-contractor-f249a884b0351c5bc6ed6af9b9985fe17a022e90.tar.gz
Change: add script to run manager VM directly via Qemu
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7ff9c98..734f9a8 100644
--- a/README.md
+++ b/README.md
@@ -59,10 +59,18 @@ the [vmdb2][] tool installed.
`sudo ./vm.sh`
-* Create the outer, manager VM:
+* Create the outer, manager VM, using libvirt:
`./vm-libvirt.sh`
+* Alternatively, create it using qemu only (this will run until you
+ shut down the VM):
+
+ `./vm-qemu.sh vm.img 7777`
+
+ You need to specify `--manager-address` (or `-m`) and
+ `--manager-port` (or `-p) when using contractor.
+
## Try the Contractor