LoginSignup
0
0

docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.今日のDocker error(17)

Last updated at Posted at 2021-08-06

数日ぶりにdockerを起動しようとした。

そういえば、今朝からMacintoshのファンがうんうんうなってた。

<この項は書きかけです。順次追記します。>
This article is not completed. I will add some words in order.

kill -9

てあたりしだいkill -9 xxxx
をした気がする。

bash
$ docker run -it kaizenjapan/ruby /bin/bash
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.

こういう場合、macOSならGUIからアプリを起動するのがいいのだろうか。

 docker run -it kaizenjapan/ruby /bin/bash
Unable to find image 'kaizenjapan/ruby:latest' locally
latest: Pulling from kaizenjapan/ruby
7a72d62e9d2f: Downloading  39.18MB/54.9MB
0f297180bbe0: Download complete 
13e579aa043f: Download complete 
ffdc07b7fd30: Downloading  39.23MB/54.57MB
2450ed8a1856: Downloading  72.55MB/196.4MB
41030cb92044: Waiting 
c11b933c29c4: Waiting 
ceded6dd6885: Waiting 
8bd94d6d8d5f: Waiting 

なんとか起動しそう。

ときどき、loginしろっていうエラーが出ることがある。
今日はなぜでなかったかわからない。

Reference

Error一覧 error(0)
https://qiita.com/kaizen_nagoya/items/48b6cbc8d68eae2c42b8

<この記事は個人の過去の経験に基づく個人の感想です。現在所属する組織、業務とは関係がありません。>
This article is an individual impression based on the individual's experience. It has nothing to do with the organization or business to which I currently belong.

文書履歴(document history)

ver. 0.01 初稿  20240504

最後までおよみいただきありがとう4ざいました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

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