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
I don't expect to be an expert DBA, but when ...
Table of contents Preface Computed properties Int...
Table of contents What are spread and rest operat...
1. concat() function Function: Concatenate multip...
First of all, for security reasons, JavaScript ca...
Table of contents 1. Background of WAF 2. What is...
The most common, most commonly used and most gener...
This article example shares the specific code of ...
Preface When using Docker in a production environ...
This article example shares the specific code of ...
1. Operating Environment vmware14pro Ubuntu 16.04...
Find the problem Recently, when I connected to th...
Table of contents What is NULL Two kinds of NULL ...
I read many tutorials, but found that I could nev...
01. VMware Workstation Pro 15 Download Download: ...