Address
304 North Cardinal St.
Dorchester Center, MA 02124

Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM

Docker Desktop error message, "WSL integration with distor 'Ubuntu' unexpectedly stopped. Do you want to restart it?"

Docker Desktopの起動エラー「WSL integration with distor ‘Ubuntu’ unexpectedly stopped. Do you want to restart it?」の対処・解決方法

Docker Desktopの起動エラー「WSL integration with distor 'Ubuntu' unexpectedly stopped. Do you want to restart it?」の対処・解決方法

いつものようにDocker Desktopを立ち上げるとなぜか「WSL integration with distor ‘Ubuntu’ unexpectedly stopped. Do you want to restart it?」というエラーメッセージが出て、出来ませんでした。

そのエラーを解決できたので、その方法を書いておきます。

自分の環境(2024/03/24時点)

  • Windows 10 Home(10.0.19045 ビルド 19045)
  • Docker Desktop for Windows 4.26.1 (131620)
  • WSL 2.1.5.0(カーネル バージョン: 5.15.146.1-2)
  • Ubuntu 22.04.3 LTS (GNU/Linux 5.15.146.1-microsoft-standard-WSL2 x86_64)

エラーの内容

Docker Desktop error message, "WSL integration with distor 'Ubuntu' unexpectedly stopped. Do you want to restart it?"

上述のように今回のエラーは上画像のようなものでした。

WSL integration with distor ‘Ubuntu’ unexpectedly stopped. Do you want to restart it?

というエラーメッセージです。

解決方法

あくまで私の今回の場合は、という前提ですが、Ubuntuのバージョンアップをするだけで解決しました。具体的には以下の作業を上から順番にやっていっただけです。

  1. Docker Desktopを終了させる
  2. Windows Terminalを起動させ、以下のようにコマンドを順次入力
  3. WSLを一旦終了させる(コマンド:wsl –shutdown)
  4. Docker DesktopとUbuntの状態を見てみる(コマンド:wsl -l -v # <-check installed distros)
  5. Windows Terminal上でUbuntuを起動させてみる(コマンド:wsl -d Ubuntu)
  6. Ubuntuのアップデート情報を確認する(コマンド:sudo apt update)
  7. Ubuntuのアップデートを行う(コマンド:sudo apt dist-upgrade)
  8. 再びDocker Desktopを起動させる

これで普通にDocker Desktopが起動し、これまで作ったコンテナなどが無事に使えるようになりました。

Dockerをわかりやすく動画で学習してみませんか?以下のようなUdemyの講座があります。

愛を分かち合いましょう