Docker for Windows w/ VMWare installed

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 ].

@esiemiat Thanks for the heads up on this. I installed the vmware 20h1 technical preview, from Submit Form | http://bit.ly/getworkstation-tp, and it successfully allowed my to operate vmware along side hyper-v hypervisor based services such as windows docker desktop. Excellent to finally see this co-existence support happening.