LoginSignup
0
0

More than 5 years have passed since last update.

Can't connect to docker daemon.

Posted at

dockerのバージョンを上げたら以下のようなmessageがでるようになって、それを解決できたので覚え書きです。

 Can't connect to docker daemon.

以下のように環境変数を設定すると治りました

docker-machine start 
docker-machine env
eval "$(docker-machine env default)"
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