LoginSignup
0
0

More than 3 years have passed since last update.

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

Posted at

サーバーを再起動した後Dockerが動かなくなったのでつまづいた。

エラー内容

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を起動できていなかったそう
以下のコードで起動できる

$ sudo systemctl start docker
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