0
点赞
收藏
分享

微信扫一扫

docker: Error response from daemon: connection error: desc = “transport: dial unix:///var/run/docker


You need to stop the Docker daemon first and then start it:

To stop the Docker daemon:

​sudo /etc/init.d/docker stop​

To start the Docker daemon:

​sudo /etc/init.d/docker start​

This will reset Docker, after which all the commands should work properly.

If the above commands do not work, then just reboot:

​sudo reboot​

6 down vote


You need to stop the Docker daemon first and then start it:

To stop the Docker daemon:

​sudo /etc/init.d/docker stop​

To start the Docker daemon:

​sudo /etc/init.d/docker start​

This will reset Docker, after which all the commands should work properly.

If the above commands do not work, then just reboot:

​sudo reboot​

举报

相关推荐

0 条评论