1
0

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 1 year has passed since last update.

"Is the docker daemon running?"のエラー解決方法

Posted at

初めに

docker-compose upでコンテナを作成して起動しようと思っていたのですが、ターミナル上で

Cannot connect to the Docker daemon at unix:///パス名 
Is the docker daemon running?

というメッセージがでてきたので、この解決方法について書きます。

解決方法

dockerアプリからEngineをリスタートすることで解決できました。

最後に

このエラーで困っている人に向けて参考にしていただきたいです!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?