I am using Docker for Desktop 2.4 on Windows 10 version 1909.
I am not able anymore to instantiate windows-based containers (image FROM mcr.microsoft.com/windows/servercore:ltsc2019) using the kubernetes embedded in Docker for Desktop.
I get the error ErrImagePull : it seems Kubernetes does not access the Windows containers.
It works with linux containers though.
As I was working with Windows containers before on Docker for Desktop, it seems a regression.
Does anyone experience the same thing?
Regards.