I was searching through the Internet to find the answer for this question: How much a Docker container is portable?
I am aware of OCI which is a way of standardization that Docker has founded, and I am also aware that you can't simply move Linux containers to Microsoft Windows platform and vice versa. My specific question is, can I restart my container on a different host with different kernel version? Or with different Docker version?
Use Case: I am looking into a platform that helps for live migration of state-full containers, to manage workloads, reduce downtime and increase high availability. To what extent such a system is limited to the underlying systems such as Linux kernel version, docker version, etc.Thank You