Is it known that you can, or cannot, successfully use the current wsl [ windows subsystem for linux ] ubuntu install on windows 10 to then install docker for linux ubuntu [ https://docs.docker.com/install/linux/docker-ce/ubuntu/ ] to get a working docker setup on windows 10 where you don’t want to have to have hyper-v hypervisor enabled at startup [ bcdedit /enum | hypervisorlaunchtype = off ] ?
I ask because i ran through those docker linux ubuntu setup steps in my win10 wsl environment and everything appeared to work up until the last command [ sudo apt-get install docker-ce=5:19.03.8~3-0~ubuntu-bionic docker-ce-cli=5:19.03.8~3-0~ubuntu-bionic containerd.io ].