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
There are many import methods on the Internet, an...
1. Prepare a new disk and format it with the same...
Introduction Recently, I needed to make a barrage...
Table of contents Component Design Defining the f...
Designing navigation for a website is like laying...
1. Python automatically runs at startup Suppose t...
1. Reason I just needed to reinstall MySQL on a n...
This blog post is about a difficulty encountered ...
The world-famous virtual machine software VMware-...
1. First, create a hello-world.cpp file The progr...
This example takes the installation of Python 3.8...
Table of contents introduction scroll Element.scr...
Table of contents What are spread and rest operat...
Table of contents Manual deployment 1. Create a s...