Getting error - "Failed to start the virtual machine 'MobyLinuxVM' because one of the Hyper-V components is not running"
Despite having my hypervisor installed and running, i am still getting this error. Tried installing with the latest version of docker for windows.
Then i found this powershell cmd from stackoverflow which help me get my docker up and running.
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All -Verbose
Enable-WindowsOptionalFeature -Online -FeatureName Containers -All -Verbose
Comments