Sign inSign up

codersos/linux-iso-creator

By codersos

Updated over 9 years ago

Create a live distribution from install scripts

Image
0

343

codersos/linux-iso-creator repository overview

linux-iso-creator

This is a docker image which can transform itself into a live image for a CD or USB-Stick.

Get the Image

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

Failed Tries

  1. Use the chroot environment in a docker file. Stackoverflow tag
  2. Use the docker filesystem from ubuntu:16.4 and it spits out itself. Problem: initramfs does not find a bootable file system. tag
  3. use a docker image based on debootstrap as a basis - failed, did not boot
  4. use a docker image based on ubuntu remix - works!

Tag summary

Content type

Image

Digest

Size

561.1 MB

Last updated

over 9 years ago

docker pull codersos/linux-iso-creator