diff options
author | Cédric Bosdonnat <cbosdonnat@suse.com> | 2017-06-16 11:08:18 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cbosdonnat@suse.com> | 2017-06-16 18:04:01 +0200 |
commit | 2366b18b529288138fdbe9f2a7820bd7959109f4 (patch) | |
tree | 92befba3c4b29b4dbf39998b3f041e53417c0f21 | |
parent | 9cdf7d3a4d3d6ec9adcedbea14b457a5065a71c8 (diff) | |
download | virt-bootstrap.git-2366b18b529288138fdbe9f2a7820bd7959109f4.tar.gz virt-bootstrap.git-2366b18b529288138fdbe9f2a7820bd7959109f4.tar.xz virt-bootstrap.git-2366b18b529288138fdbe9f2a7820bd7959109f4.zip |
Improve README
Add the lastest dependencies and a description of what the tool does.
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,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 |