Once a GUI program, say, Firefox, is built in a Jail, we may want to try it out.
We also want to edit .doc (or other specific files) with the correct program.
We achieve that by running qemu with an appropriate image (Windows / KDE Neon), we clone it (through copy on write), we copy the files to it, and we redirect its VGA output through Spice which sends it through websockets to a canvas on a webpage.
Once a GUI program, say, Firefox, is built in a Jail, we may want to try it out. We also want to edit .doc (or other specific files) with the correct program.
We achieve that by running qemu with an appropriate image (Windows / KDE Neon), we clone it (through copy on write), we copy the files to it, and we redirect its VGA output through Spice which sends it through websockets to a canvas on a webpage.
We can have multiple users connect to the same folder on the same running image: http://www.spice-space.org/page/Features/MultipleClients.