0
0

More than 1 year has passed since last update.

Docker Desktop for Windows をWSL2設定前にインストールしたら起動しなくなった

Posted at

状況

Docker DesktopをWSL2をインストールする前にインストールしてしまった。

  • WSL2設定後にDockerDesktopを起動してもStopping...が表示されたまま起動しない。
  • 設定画面もロード中のまま動かない。
  • フォルダの削除や再インストールしても変わらない。

解決策

WSLを使用する設定がfalseになっているのでtrueにする。

  1. C:\Users\{ユーザー名}\AppData\Roaming\Docker\settings.json を開く

  2. wslEngineEnabledをtrueに変更

setting.json
{
...
"wslEngineEnabled": true // false  trueに変更
}

Docker Desktopを再起動する。

0
0
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
0