Description
/kind feature
Description
Currently podman running only linux containers. Windows containers are younger than linux ones and less widespread, but they do exists and growing in popularity. As Docker Desktop is not free for companies anymore and there is no official way to install Docker CE on windows there is increasing need in a free container tools for windows.
Microsoft will stop support of Docker EE in September 2022, so not only Windows client but Windows server will loose free container tools too.
To be clear, I'm talking about windows containers like mcr.microsoft.com/windows/server:ltsc2022
running on windows without any virtualization involved (like docker run --isolation=process
does).
This is not a duplicate of #8136 which wants to run windows containers on linux
This is not a duplicate of podman-desktop/podman-desktop#158 which wants to run linux containers on windows
I understand that it is a huge undertaking, but I think it is a good time to have docker alternative on windows.