启动docker报错Hardware assisted virtualization and data execution protection must beenabled in the BlOS

Win10, open docker and report an error

Solution:

1. Check Task Manager - Performance - Virtualization, whether it is enabled, if not enabled, enter BIOS mode, and enable virtualization, (The principle of running Docker on Windows is to run the Docker engine in a virtual machine by using Hyper-V technology , so, virtualization must be enabled)

 2. Check hyper-v, whether related services are enabled, if not, please enable them manually

start - enter (services.msc) - open services

3. If you still can’t use docker normally, please check whether Hyper-v in Windows function is installed.

Start-Control Panel-Programs-Turn Windows Features On or Off

Guess you like

Origin blog.csdn.net/qq_23135259/article/details/130249937