LoginSignup
0
1

More than 1 year has passed since last update.

DockerDesktopを起動してみたらWslKernelUpdateNotInstalledException。WSL2ってなに?

Last updated at Posted at 2021-07-11

OS:Windows10 Home 64bit

経緯

Docker Desktop(for Windows)を入れてみて起動してみたところ、WslKernelUpdateNotInstalledExceptionなるエラーが出ました。
err_cap.PNG

以下のリンクを参考に「Linuxカーネル更新プログラム(wsl_update_x64)」をインストールして無事解決。

参考リンク thx

【Docker 1-2】Dockerをインストールしてみよう

このエラーは?

そのまま、カーネルの更新プログラムがインストールされてないのでしょう。(詳しくはよくわからなかった)

WSL2とは?

Windows Subsystem for Linux 2
Windows 10上でLinuxを動作させるための仕組み(バージョン2)

WSLとの違いは?

  • 軽量、高速起動
  • Linuxの完全な互換性(WSLではWindowsシステムコールへの命令の変換自体が完全でなかった)
  • ファイルアクセス速度の向上
  • 仮想マシン化(Hyper-Vを使用)
  • 仮想化で別のIPアドレスの割り当てが可能(WSLはIPアドレスがWindowsと共通)

まとめ

Docker Desktopでこのエラーが出たらLinuxカーネル更新プログラムをインストールしよう。

参考リンク2 thx

WSL 2(Windows Subsystem for Linux 2)の違いとインストール方法

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1