Practically, I want to play with .NET Core in Docker.
So, as I understand from this post , to ensure maximum flexibility for myself, I would install "Docker For Windows". I can end up deploying my .Core application in a container that is either a Windows or Linux container. However, the Linux container is still a Linux container running Hyper-V.
1) Is there a way to use the Windows Subsystem for Linux (WSL) for this in the Windows 10 Creators Update? It seems that there is less overhead than Windows / Docker to manage a separate Linux VM for me?
source
share