在網(wǎng)上搜索Cannot connect to the Docker daemon.這個問題蝇庭,基本上都是說權限不夠導致的呈础。但是我用root用戶耸三,肯定不是這個問題澎埠。我用service docker start 顯示的是OK措近。但是執(zhí)行docker images的時候溶弟,就會出現(xiàn)Cannot connect to the Docker daemon這個問題。
后來查看日志 less /var/log/docker 發(fā)現(xiàn)問題瞭郑。/usr/bin/docker: relocation error: /usr/bin/docker: symbol dm_task_get_info_with_deferred_remove, version Base not defined in file libdevmapper.so.1.02 with link time reference
在stackoverflow找到解決方案辜御。大概意思應該是lib包有問題,更新一下就可以了
解決方案:
sudo yum-config-manager --enable public_ol6_latest
sudo yum install device-mapper-event-libs
安裝成功后屈张,運行docker images可以正常執(zhí)行