These scripts create docker images which can be used as a basis for image creation.
- Clone or download the source to a linux distribution.
- Run
./push-iso-to-dockerhub.sh <iso file>
and it pushes the image.
- Add an Image
- Run something in the docker container i.e.
docker run --cidfile=/tmp/1 <image> apt-get install firefox
- Commit the container:
docker commit `cat /tmp/1` > /tmp/2
- Create the iso file
docker run --rm `cat /tmp/2` /toiso/command.sh > my.iso
- You will find your iso file in
my.iso
- Meilix - a Linux distribution for hotels with a continuous integration build script
- Live CD Customization - a tutorial