Skip to content
/ quark Public
forked from virt-do/quark

A virtualized container image runner and builder

License

Notifications You must be signed in to change notification settings

jlabatut/quark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quark

Build a quardle

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>

Run a quardle

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

About

A virtualized container image runner and builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 85.3%
  • Shell 14.7%