1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【win10】docker: error during connect: This error may indicate that the docker daemon is not running

Posted at

docker: error during connect: This error may indicate that the docker daemon is not running.: Post "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create": open //./pipe/docker_engine: The system cannot find the file specified.
See 'docker run --help'.

dockerをインストール後に、サービスを起動しようとしたら出てきた

環境

windows 10 pro [Version 10.0.19041.985]

実施したこと

インストーラーをDL

https://docs.microsoft.com/ja-jp/windows/wsl/install-win10#step-4---download-the-linux-kernel-update-package

ここからDL

image.png

インストーラー実行

適当に”はい”を選択してインスコ

WSLのデフォルト設定

powershellから下記コマンドを実行
念のため管理者権限で起動した

wsl --set-default-version 2

PC再起動をしたらエラーは表示されなくなった
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?