Can i run windows server container on linux host operating system?
Pls guide me to understand clearly.
Share and learn in the Docker community.
Can i run windows server container on linux host operating system?
Pls guide me to understand clearly.
Hi @pratipghosh,
Its not possible to run Windows server container on Linux host operating system. The containers has strict dependency on host operating systems kernel. If you are looking for running Windows containers using Docker see this link https://msdn.microsoft.com/virtualization/windowscontainers/quick_start/manage_docker.
Regards
Ranjan
Check this article if it helps