- Install Windows 10, version 2004 or higher.
- Enable the WSL 2 feature on Windows. For detailed instructions, refer to the Microsoft documentation.
- Install Docker Desktop https://docs.docker.com/docker-for-windows/install-windows-home/
- Follow https://www.tcg.com/blog/yes-you-can-run-docker-and-virtualbox-on-windows-10-home/
Other General Sources:
- https://docs.docker.com/docker-for-windows/install-windows-home/
- https://www.tcg.com/blog/yes-you-can-run-docker-and-virtualbox-on-windows-10-home/
My work around is to run these commands
# for VMS
bcdedit /set hypervisorlaunchtype off
reboot
# for docker
bcdedit /set hypervisorlaunchtype auto
reboot