Can we run window server 2019 docker images on window server 2022 host #1058
Unanswered
sumit84mca
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can if you use Hyper-V isolation. By default, Docker will use process isolation. You can read more about Windows container version compatibility. Here's the relevant table for you: Docker has an Note that there are performance considerations when enabling Hyper-V isolation. Read more about Windows container isolation modes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to run my docker images which are based on mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019 on a window server running window server 2022.
When I try to create container I get
docker: Error response from daemon: hcsshim::CreateComputeSystem b6d87cd03ef9c3f67b7b69cd56462d00b79c46b90c5cf018c83a8e49450829de: The container operating system does not match the host operating system.
Is it possible to run window server 2019 images on windows server 2022 host.
Beta Was this translation helpful? Give feedback.
All reactions