This is a docker image which can transform itself into a live image for a CD or USB-Stick.
You can pull the image from dockerhub:
docker pull codersos/linux-iso-creator
And, you can build the image from the sources and create a .iso
file:
./build.sh
- Use the chroot environment in a docker file. Stackoverflow tag
- Use the docker filesystem from
ubuntu:16.4
and it spits out itself. Problem: initramfs does not find a bootable file system. tag - use a docker image based on debootstrap as a basis - failed, did not boot
- use a docker image based on ubuntu remix - works!