On Thu, Dec 7, 2017 at 11:23 AM Geert Stappers <[email protected]> wrote:
> > Summary: searching for tool for creating LXC "image" > > > Hi, > > According https://github.com/andsens/bootstrap-vz > can bootstrap-vz create "Docker images". > > AFAIK is Docker LXC, LinuX Containers, with many extras. > > Can bootstrap-vz be used for creating LXC "images"? > > > Or perhaps: > Can a bootstrap-vz generated Docker images in plain LXC environments? > > > > Groeten > Geert Stappers > -- > Leven en laten leven > > Hi Geert The Docker images created by bootstrap-vz aren't really special with regards to Docker. The only special things that are done for docker is tar-gz'ing the resulting folder, creating the docker entry file and then adding it to the docker registry. The docker provider init file gives a nice overview: https://github.com/andsens/bootstrap-vz/blob/master/bootstrapvz/providers/docker/__init__.py -- Anders Ingemann
