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
How long has it been since I updated my column? H...
question: The commonly used command "ll"...
1. Business Background Using a mask layer to shie...
Friends who have some basic knowledge of SQL must...
Install antd-mobile Global import npm install ant...
Mixins provide a very flexible way to distribute ...
Table of contents 1. Implementation process of qu...
Background: During the development process, we of...
use <div id="app"> <router-lin...
Preface InnoDB stores data in tablespaces. In the...
Table of contents Method 1: The simplest way to s...
View Database show databases; Create a database c...
Table of contents 1. Installation 2.APi 3. react-...
Prerequisites for installing MySQL: Install CentO...
theme Today I will teach you how to create a circ...