Building a quardle
with the container image bundled into the initramfs image :
quark build --image <container_image_url> --offline --quardle <quardle_name>
Building a quardle
with the container image to be pulled from within the guest:
quark build --image <container_image_url> --quardle <quardle_name>
quark run --quardle <quardle> --output <output_file>