conair
conair copied to clipboard
Systemd OS containers
let's say your image X depends on Y. Y doens't exist yet. `$ conair build X` `Couldn't create layer: Subvolume detail Parent uuid not found.` the error message should mention...
At least on Ubuntu this is needed to access bzip2: $ which bzip2 /bin/bzip2
example: `$ conair bootstrap base` when no pacstrap is present on $PATH. install pacstrap (arch-install-scripts) `$ conair bootstrap base` > Couldn't create subvolume for image base. Subvolume already exists: /var/lib/conair/images/base
It should be easy to publish and fetch images. Instead of writing a conair registry using the docker registry would be interesting. It should be also possible to run docker...