I understand that is impossible to run a docker image of a certain OS on top of a host with a different kernel than the image because of the fact that Docker images use host kernel to work...
I'm wondering if it would be possible to run UNIX systems, such as Solaris 10/11 x86_64 on a Linux host, using a Linux kernel instead of is own UNIX kernel...
Any idea?