Is it possible to run Windows containers on Linux? The scenario is based on an application written in .NET (old net) and the Linux user that wants to run this with Docker needs to provide a net462
written API on the localhost
.
I am using the beta version of Docker Desktop for Windows.
If no, then why can Windows run Linux containers and not vice-versa?
As some time has passed and this question is a popular one, I’d like to add one note here that the workaround is to use the new .NET Standard. It allowed me to pack the 4.6.2
framework into a new library.