Docker Desktop の起動時に Wind がエラーを報告する Docker Desktop Docker Desktop - Windows ハイパーバイザーが存在しない Docker Des

1. BIOS を起動し、仮想化をオンにします

2. プログラムと機能 hyperv を有効にする

 

 3. 上記の hyperv を使用せずに次のコマンドを使用します。

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

Enter y を押してコンピュータを再起動します

おすすめ

転載: blog.csdn.net/u012440725/article/details/132494405
おすすめ