yuuki / droot

The super-simple chroot-based application container engine.
MIT License
209 stars 13 forks source link

export chroot to docker/rkt #25

Closed necrose99 closed 7 years ago

necrose99 commented 7 years ago

get chroot to work .. add dockerfile to gzip it and push from chroot.. to docker hub... or lxc.. folders also..

yuuki commented 7 years ago

You can use docker import and docker push to import a chroot filesystem as a docker image.

necrose99 commented 7 years ago

thanks for the tip ,