1. Docker startup problem:Problem Solved:You need to turn on Hyper-V (to do this: Control Panel->Programs->Programs and Features->Turn Windows features on or off, then restart your computer) 2. However, problems will occur when you restart vmware.Solution:Disable Hyper-V as described above. However, this method requires restarting the computer every time, which is a bit troublesome. Fortunately, virtual machines are rarely used now. Supplement: Docker and VMware conflict: VMware Workstation and Device/Credential Guard are not compatible error solution After Docker and VMware are installed locally, they cannot be started at the same time. Because Docker and VMware are both equivalent to Hypervisors, and based on the properties of the virtual machine, they need to gain control over hardware such as the CPU, so they cannot run simultaneously on the same machine. VMware error
Windows features on or offBy switching the windows features option, you can turn on or off the Hyper - H option. When selected, you can start the docker application Error code 0x80073701 is encountered during the shutdown process Virtualization Based SecurityWIN+R to open Run Type gpedit.msc to open the Group Policy Editor Computer Configuration -> Administrative Templates -> System -> Device Guard Double-click to open the configuration option Turn on Virtualization Based Security and select disable PowerShell commandStart - Windows PowerShell (Admin) The opening command is bcdedit /set hypervisorlaunchtype auto The shutdown command is bcdedit /set hypervisorlaunchtype off The above is my personal experience. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. If there are any mistakes or incomplete considerations, please feel free to correct me. You may also be interested in:
|
<<: Writing a rock-paper-scissors game in JavaScript
>>: How to open MySQL binlog log
I've been learning about stacking contexts re...
Table of contents Overview Property settings Proc...
I have recently been developing a visual operatio...
Execute the following command to report an error ...
Preface: The MySQL database provides a wide range...
<br />According to statistics, the average s...
Table of contents 1. Component Introduction 2. So...
Table of contents As attribute and property value...
Google China has released a translation tool that ...
Table of contents 1 What is function currying? 2 ...
Table of contents 1. Configure Vue front end 1. D...
Table of contents 1. Project folder structure 1. ...
Docker officially recommends that we use port map...
1 Check the Linux distribution version [root@type...
Preface We know that index selection is the work ...