0. Background Hardware: Xiaomi Notebook Air 13/Inter Core i7-7500U 1. Enable Hyper-V Create a new pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" del hyper-v.txt Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL Execute the If the system asks you to reboot, do so. Go to 2. Disguised as Windows 10 Professional Open cmd as administrator. REG ADD "HKEY_LOCAL_MACHINE\software\Microsoft\Windows NT\CurrentVersion" /v EditionId /T REG_EXPAND_SZ /d Professional /F 3. Download Docker for Windows Official website download link (need to bypass the firewall): https://store.docker.com/editions/community/docker-ce-desktop-windows Domestic mirror: Install directly after downloading. When installing, be sure to uncheck the window container (it is not checked by default). After Docker is installed successfully, execute the cmd command Docker for Windows could not read CA certificate issue Cause of the problem: Docker toolbox has been installed before. Solution steps:
You may also be interested in:
|
<<: Detailed explanation of the usage of setUp and reactive functions in vue3
>>: GDB debugging MySQL actual combat source code compilation and installation
Table of contents Preface Motivation for Fragment...
A jQuery plugin every day - step progress axis st...
Table of contents 1. We must ensure that the vue/...
1. I recently installed a new version of Ubuntu. ...
1. Download and install VirtualBox software First...
Setting min-width and max-width properties in tab...
Some people use these three tags in a perverted wa...
Table of contents Problem Description 1. Basic so...
Using the official MySQL image requires some modi...
1. Check whether MySQL is installed yum list inst...
Table of contents 1. Install Docker 2. Install Gi...
As more and more Docker images are used, there ne...
1. Download MySQL Official website download addre...
<body> <div id="root"> <...
Today we will implement a fragmented image loadin...