Docker錯誤

docker search pytho:3.5是出現的錯誤
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
解決方法:

service docker stop
rm /var/lib/docker/network/files/local-kv.db
service docker start

(於2016年10月9日,http://blog.csdn.net/bzd_111

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章