I wanna create a docker image from an ISO file. and I meet the same question like this iso to docker file
I did same operations with him , and I know it's wrong now.
now what i have is:
- an ISO file. my own ISO file, based on ubuntu but it's not ubuntu.
- a computer, running ubuntu on it.
and I wanna know the detail operations to create a docker image from this ISO file.
if use VM, I hope i could get certainly operations. or if don't need VM, what should I do ?
I have searched many docs... like make a qcow2 from iso file, like debootstrap .. but these docs are not quite clearly and confused me a lot ...
I really wanna know detail operations, like this:
sudo mount -o loop CentOS-6.4-x86_64-minimal.iso /media/cdrom
sudo tar -C /media/cdrom -c . | docker import - flores314/centos2:new
although it is wrong, but it is clear.
If it is not clear, it will really really confused people like me ...
Thanks !!!