diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-04-25 10:01:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-04-25 10:01:03 -0300 |
commit | e57991a5c41d65f740ccc386feff2291ab7a8e98 (patch) | |
tree | 9f4566583958d9875c16b83dd32751da2a5a2525 | |
parent | 5835bea6a63bf96dd13329381223e822255aad64 (diff) | |
download | kvmx-e57991a5c41d65f740ccc386feff2291ab7a8e98.tar.gz kvmx-e57991a5c41d65f740ccc386feff2291ab7a8e98.tar.bz2 |
IDEAS: disposable/lifecycle enhancements
-rw-r--r-- | IDEAS.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -49,6 +49,17 @@ * Use $shared_folders to mount custom data into the guest, allowing for specific /home/user contents. +* KVMX disposable enhancements: + * kvmx disposable <vm-name> [command] + * kvmx disposable-name <vm-name> <temporary-name> + * kvmx mat <vm-name> <filename> + * kvmx pdf-cleaner <vm-name> <filename> + * kvmx clamav <vm-name> <folder|file> + +* KVMX lifecycle enhancements: + * kvmx recycle <vm-name> # kvmx stop/destroy/up/provision + * kvmx mount <vm-name> <host-folder> <guest-mountpoint> # live 9p mounting + ## Folder sharing * Try to umount all sshfs volumes in the host. |