Compare commits
2 commits
13cb88d084
...
5e963ca28a
Author | SHA1 | Date | |
---|---|---|---|
5e963ca28a | |||
304192344b |
1 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,8 @@ needing them
|
||||||
keep track of them
|
keep track of them
|
||||||
- **Copy-on-write**: images are formatted using `qcow2` to use less space
|
- **Copy-on-write**: images are formatted using `qcow2` to use less space
|
||||||
on disk
|
on disk
|
||||||
|
- **Process detachment**: you can log out and have your virtual machines
|
||||||
|
still running, control them via Unix sockets
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
@ -107,7 +109,7 @@ of your choice:
|
||||||
qemush edit "$name"
|
qemush edit "$name"
|
||||||
```
|
```
|
||||||
|
|
||||||
Example scripts are available in this repo's `qemu/bin` folder.
|
Example scripts are available in this repo's `qemu/launchers` folder.
|
||||||
|
|
||||||
### Launching a virtual machine
|
### Launching a virtual machine
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue