Problem
The new WSL 2 (windows service for linux) architecture is very different from the traditional Hyper-V based HyperKit approach. We should make sure everything works properly in this model. Docker Destop Tech Preview is not available.
Solution
It looks like there is some control over the version being run, for example the docs docks reference "Set Ubuntu 18.04 as the default distribution.". If we're really running an Ubuntu kernel, and can load kernel modules, then this may "just work", or be a quick fix to add the requisite uname.
Alternatives
Continue to use Hyper-V based support.
Problem
The new WSL 2 (windows service for linux) architecture is very different from the traditional Hyper-V based HyperKit approach. We should make sure everything works properly in this model. Docker Destop Tech Preview is not available.
Solution
It looks like there is some control over the version being run, for example the docs docks reference "Set Ubuntu 18.04 as the default distribution.". If we're really running an Ubuntu kernel, and can load kernel modules, then this may "just work", or be a quick fix to add the requisite uname.
Alternatives
Continue to use Hyper-V based support.