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

Docker for WindowsをアップデートしたらWSL2のdockerがエラーを吐いた件の対応

Posted at
$ docker-compose ps
ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?

If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.

あれ、なにかしたっけ・・・。

そういえばDocker for Windowsがなにかアップデートしたような・・・。

名称 バージョン
docker for desktop 2.3.0.5
Engine 19.03.12
Notary 0.6.1
Compose 1.27.2
Credential Helper 0.6.3
Kubernetes v1.16.5

とりあえずエラーをぐぐる

参考
WSL2にしたらDocker使えへん

この設定を行ったところ、無事にWSL2内で動作することを確認した

$ docker-compose ps
Name   Command   State   Ports
------------------------------

完了

何もなくてよかった。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?