blob: 1ad13299c76e0da42d5714695fd91a04ff8ba02f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
virt-bootstrap is a tool providing an easy way to setup the root
file system for libvirt-based containers.
It allows to use either a tarball containing the file system or
an image on a docker registry and unpacks it either as a folder
or in a qcow2 image with backing chains to mimic the docker layers.
Dependencies
------------
* python 2 or 3
* skopeo
* virt-sandbox
* libguestfs
|