質問編集履歴
1
hello world のエラーの追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,6 +22,13 @@
|
|
22
22
|
```
|
23
23
|
|
24
24
|
上記のコードを実行したのですが、エラーが出て、Hello worldが実行できません。昨日は実行できたのですが、なぜか実行できず、尚且つ、sudo apt updateでエラーが出るようになりました。
|
25
|
+
|
26
|
+
> docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
|
27
|
+
See 'docker run --help'.
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
25
32
|
> Hit:1 https://download.docker.com/linux/ubuntu bionic InRelease
|
26
33
|
Ign:2 https://download.docker.com/linux/ubuntu (lsb_release InRelease
|
27
34
|
Err:3 https://download.docker.com/linux/ubuntu (lsb_release Release
|