一. 檢查Linux內核版本,CenterOS7安裝docker要求內核版本在3.10以上:uname -rlinux
二. 使用yum命令安裝:yum install dockerdocker
三. 啓動Docker:service docker startvim
報錯:Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.ide
按照提示:systemctl status docker.service,看到的日誌信息:.net
看了幾篇博客都沒有解決,最終找到解決辦法(原文見參考博客):是因爲docker不支持圖像內核驅動,SELinux不支持這個內核上的OrthALA2圖形驅動程序。解決辦法:修改docker配置文件:vim /etc/sysconfig/docker日誌
把OPTIONS一行改成:OPTIONS='--selinux-enabled=false --log-driver=journald --signature-verification=false'code
按下「Esc」,輸入「:」加「wq」保存退出vim編輯模式,再啓動:service docker start就ok了。blog
四. 使用docker運行helloworld:docker run hello-worldget
做者:yzh_1346983557
來源:CSDN
原文:http://www.javashuo.com/article/p-kwsgttys-s.html
版權聲明:本文爲博主原創文章,轉載請附上博文連接!博客