I’m planning on installing Docker for Windows. I’ve been doing a lot of reading but am getting some mixed signals and want to make sure I understand compatibility before I go any further.
If I create and configure a container with Docker for Windows that is running a Linux service, like PiHole, would I be able to take that container and and use it on my RPI3?
What about if I created the PiHole container on the RPI3, would I then be able to use that in Docker for Windows?
I believe the answer to both of those are “yes”, but I just want to get some confirmation. What I’m unsure of is windows containers. If I were to build an ASP.NET application, I should be able to create a Windows container to host that. But will that container then be able to run under Linux? It seems to be the case that .Net Core applications run well under both, but what about the older .NET applications and ASP.NET?