簡體   English   中英

嘗試使用 Docker 進行快速集群部署:無法連接到 unix:///var/run/docker.sock 上的 Docker 守護進程。 docker 守護進程是否正在運行?

[英]Trying a quick cluster deployment with Docker:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

我發現 DolphinDB 現在支持使用 docker 容器進行快速集群部署,我按照 github 上的指南: https : //github.com/dolphindb/Tutorials_CN/blob/master/docker_deployment.md使用 DolphinDB Docker 包部署集群。 但是我遇到了一個問題。 我查看了任何其他問題,但找不到自己的解決方案。

這是問題所在:

xllu@xllu-OptiPlex-7060:~/DolphinDB-Docker-Compose/Dockerbuild$ docker -v
Docker version 18.09.3, build 774a1f4
xllu@xllu-OptiPlex-7060:~/DolphinDB-Docker-Compose/Dockerbuild$ docker-compose --version
docker-compose version 1.24.0, build 0aa59064
xllu@xllu-OptiPlex-7060:~/DolphinDB-Docker-Compose/Dockerbuild$ docker build -t ddb:latest ./
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

我嘗試重新啟動docker:

xllu@xllu-OptiPlex-7060:~/DolphinDB-Docker-Compose/Dockerbuild$ sudo service docker restart
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.

然后我檢查了這個:

xllu@xllu-OptiPlex-7060:~/DolphinDB-Docker-Compose/Dockerbuild$ systemctl status docker.service
● docker.service - LSB: Create lightweight, portable, self-sufficient containers.
   Loaded: loaded (/etc/init.d/docker; generated)
   Active: failed (Result: exit-code) since Fri 2019-05-31 15:16:01 CST; 16s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 29234 ExecStart=/etc/init.d/docker start (code=exited, status=1/FAILURE)
 Main PID: 2596 (code=exited, status=0/SUCCESS)

5月 31 15:16:01 xllu-OptiPlex-7060 systemd[1]: Starting LSB: Create lightweight, portable, self-sufficient containers....
5月 31 15:16:01 xllu-OptiPlex-7060 docker[29234]:  * /usr/bin/dockerd not present or not executable
5月 31 15:16:01 xllu-OptiPlex-7060 systemd[1]: docker.service: Control process exited, code=exited status=1
5月 31 15:16:01 xllu-OptiPlex-7060 systemd[1]: docker.service: Failed with result 'exit-code'.
5月 31 15:16:01 xllu-OptiPlex-7060 systemd[1]: Failed to start LSB: Create lightweight, portable, self-sufficient containers..

您可以嘗試使用sudo rm -rf /var/lib/docker刪除/var/lib/docker sudo rm -rf /var/lib/docker並嘗試重新啟動 docker 嗎?

您將丟失存儲的圖像

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM