Is windows container supported on Linux Machine (Physical or VM) and if not, why it is not supported and are there are plans to support in the future.
I know that Windows has started supporting Linux containers now.
Right now there are two ways to run Linux containers with Docker for Windows and Hyper-V:
- Run Linux containers in a full Linux VM - this is what Docker typically does today.
- Run Linux containers with Hyper-V isolation (LCOW) - this is a new option in Docker for Windows.
Regards,
Narendra