diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-07-22 01:16:01 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-07-22 01:16:01 +0200 |
commit | 8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676 (patch) | |
tree | 647e9737344bef2206b082222d7ff87307fd91c2 /vms/README | |
download | Nixies-8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676.tar.gz Nixies-8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676.tar.zst Nixies-8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676.zip |
Initial commit
Diffstat (limited to 'vms/README')
-rw-r--r-- | vms/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vms/README b/vms/README new file mode 100644 index 0000000..d918d19 --- /dev/null +++ b/vms/README | |||
@@ -0,0 +1,7 @@ | |||
1 | This directory regroups several ways to run a VM, all building the same configuration.nix file | ||
2 | - A light VM to run with QEMU binding to the host store | ||
3 | - A standalone VM to run with QEMU | ||
4 | - A docker VM | ||
5 | |||
6 | In last two cases, you may build an image or directly execute it (see | ||
7 | Makefile) | ||