Unable to run docker image created from ISO
问题 Here i am trying to create docker image from ubuntu 14.04 ISO file, knowing ubuntu 14.04 is already available in docker hub. Because later i have to create docker images for Suse10 and Suse11[sp1 64bit] which is not available in docker hub. I was able to create docker image from ubuntu 14.04 ISO with below commands # mkdir rootfs # mount -o loop /path/to/iso rootfs # tar -C rootfs -c . | docker import - newubuntu With above image gets successfully created , i can do docker images it gets