I'm facing this problem for the first time that docker and vagrant won't work with each other.
So, if I had to run docker I would have to open cmd and type
bcdedit /set hypervisorlaunchtype auto
and restart pc, it would run docker but it won't run vagrant.
And if I have to run vagrant up
then I would have to run bcdedit /set hypervisorlaunchtype off
then restart pc, it would run vagrant but not docker. Docker would say to turn on virtualization.
Is there a fix for it?