virt-do / quark

A virtualized container image runner and builder
Apache License 2.0
1 stars 4 forks source link

quark runner #2

Open sameo opened 2 years ago

sameo commented 2 years ago

The quark runner runs a quardle. See #6

It takes a quardle as an input, validates it and runs the kernel and initrd into a Linux guest through lumper. It should be able to capture the initrd run through stdout/stderr and optionally store it.

CLI

quark run --quardle <quardle> --output <output_file>