Supported docker images' OS version?

Hi All,

I am new to Docker, I have a question for it, hope can get help from you, thanks.

I install Docker engine 1.12.3 on Oracle Enterprise Linux 6.8, kernel version is 4.1.12-61.1.17.el6uek.x86_64, if a image based on kernel 2.6, and application within it depends on some older version API or library, IS there any problem if this image run on my Docker engine?

Any help will be appreciated.

Thanks,
Yuehua.

No, I think there won’t be a problem as in my case I have .NET Core SDK 1.0.1 installed on my local system where as I have an image on the Docker Hub that whose application points to SDK 1.0.0 and it works fine.