1. 程式人生 > >docker 啟動報錯

docker 啟動報錯


請教下centos7啟動docker異常?
啟動docker
[[email protected] ~]# service docker start
Starting docker (via systemctl):

Job for docker.service failed. See 'systemctl status docker.service' and 'journalctl -xn' for details.

按提示敲systemctl status docker.service
[[email protected] ~]# systemctl status docker.service
docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled)
Active: failed (Result: timeout) since Wed 2015-10-14 12:22:57 HKT; 20h ago
Docs: https://docs.docker.com
Main PID: 15618
CGroup: /system.slice/docker.service

Oct 14 12:21:27 centos7-linux--wd.shared systemd[1]: Starting Docker Application Container Engine...
Oct 14 12:21:28 centos7-linux--wd.shared docker[15618]: time="2015-10-14T12:21:28.122825966+08:00" level=info msg="[graphdriver] using prior sto...pper\""
Oct 14 12:21:28 centos7-linux--wd.shared docker[15618]: time="2015-10-14T12:21:28.126233627+08:00" level=info msg="Option DefaultDriver: bridge"
Oct 14 12:21:28 centos7-linux--wd.shared docker[15618]: time="2015-10-14T12:21:28.126274740+08:00" level=info msg="Option DefaultNetwork: bridge"
Oct 14 12:21:28 centos7-linux--wd.shared docker[15618]: time="2015-10-14T12:21:28.130986465+08:00" level=warning msg="Running modprobe bridge nf...atus 1"
Oct 14 12:22:57 centos7-linux--wd.shared systemd[1]: docker.service operation timed out. Terminating.
Oct 14 12:22:57 centos7-linux--wd.shared systemd[1]: Failed to start Docker Application Container Engine.
Oct 14 12:22:57 centos7-linux--wd.shared systemd[1]: Unit docker.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.

加粗文字
2015-10-15 新增評論
分享

    4 個回覆

tuxknight

贊同來自: OhMyDock    
提供的資訊比較少,,你自己看看這個case吧。https://github.com/docker/docker/issues/15498    
2015-10-15
1
0

劉鈞

贊同來自: OhMyDock    
可能和Selinux衝突,禁用Selinux一下試試。
2015-10-15
1
0

OhMyDock - docker白    
記錄下解決方法,感謝@劉鈞 。

檢視SELinux狀態:
1、/usr/sbin/sestatus -v ##如果SELinux status引數為enabled即為開啟狀態
SELinux status: enabled
2、getenforce ##也可以用這個命令檢查
關閉SELinux:
1、臨時關閉(不用重啟機器):
setenforce 0 ##設定SELinux 成為permissive模式
##setenforce 1 設定SELinux 成為enforcing模式
2、修改配置檔案需要重啟機器:
修改/etc/selinux/config 檔案
將SELINUX=enforcing改為SELINUX=disabled
重啟機器即可

參考:http://bguncle.blog.51cto.com/3184079/957315    
2015-10-16
0
0

OhMyDock - docker白    
雖然關閉了selinux,但是貌似執行docker 還是會出現下面錯誤:

[[email protected] init.d]# docker images
Get http:///var/run/docker.sock/v1.20/images/json: dial unix /var/run/docker.sock: no such file or directory.
* Are you trying to connect to a TLS-enabled daemon without TLS?
* Is your docker daemon up and running?

重啟docker服務,就正常了。 

相關推薦

CentOS7安裝docker啟動

docke vpd mes mage emc term 成功 message fig 執行yum install docker -y 命令安裝docker 然後啟動服務 systemctl start docker,服務啟動失敗 查詢日誌文件/var/log/messag

docker 啟動 driver not supported

erro ive ont star dock contain tor docke erl 場景:升級docker 至 docker-ce-17.03.3 啟動異常報錯 systemctl start docker 報錯內容: level=error msg="[grap

docker啟動The virtual machine 'DEVM' has terminated unexpectedly during startup with exit code 1 (0x

win10安裝docker,啟動報錯The virtual machine 'DEVM' has terminated unexpectedly during startup with exit code 1 (0x1)   解決   1

docker啟動:Error starting daemon: SELinux is not supported with the overlay2 graph driver on this ke

環境:centos7命令:systemctl start docker          systemctl status docker -l報錯:Error starting daemon: SELinux is not supported with the overlay

Docker啟動 Error starting daemon: SELinux is not supported

環境:centos7 安裝docker yum install docker -y 啟動docker systemctl start docker 出現:Job for do

docker 啟動

請教下centos7啟動docker異常? 啟動docker [[email protected] ~]# service docker start Starting docker (via systemctl): Job for docker.service

docker啟動 docker: Error response from daemon: OCI runtime create failed: container_linux.go:348

RoCE 問題 解決 roc process -- apt-get containe apt 問題描述 doker啟動時,報錯:docker: Error response from daemon: OCI runtime create failed: container

centos7 安裝docker啟動

禁用 blog either 啟動報錯 status docke sysconf RR https 啟動docker $ sudo systemctl start docker 報錯。 查看狀態: $ systemctl status docker.service -

docker無法啟動問題

當啟動docker提示如下 [[email protected] ~]# systemctl start docker Job for docker.service failed because the control process exited with error code. See "s

啟動docker-compose:Couldn't connect to Docker daemon at http+docker://localhost - is it running?

這個問題出現呢,是因為使用者許可權問題。解決方法有2個: 切換為root使用者執行命令。sudo docker-compose up -d  將當前使用者加入到docker組。 sudo gpasswd -a ${USER} docker 然後切換成root使用者,再切換

docker下mysql啟動

1、報錯過程   報錯是這麼產生的,使用裝有 mysql 的映象創業一個容器,然後在容器中啟動 mysql 就會報錯,啟動失敗。報錯內容如下: 2017-11-15T06:44:22.141481Z 0 [ERROR] Fatal error: Can't open and lock privilege

docker安裝啟動:Error starting daemon: SELinux is not supported with the overlay2

環境:centos7命令:systemctl start docker          systemctl status docker -l報錯:Error starting daemon: SELinux is not supported with the overlay

docker.service啟動的一次排查

執行以下命令報錯 systemctl restart docker 檢視錯誤資訊 systemctl status docker -l 報錯資訊如下: ● docker.service - Docker Application Contai

Docker安裝完成後啟動:Failed to start Docker Application Container Engine

報錯如下:顯示沒有啟動    先關閉防火牆:防火牆關閉指令請看  Linux防火牆篇  方法一:更新Linux核心、yum包;刪除舊版本的docker,重新安裝、重啟伺服器、重啟服務。   解除安裝:yum remove docker-*   更新Linux核心

安裝mongodb後啟動libstdc++

nbsp 下載 安裝mongodb 文件 lib64 png str rep 啟動 安裝mongo後啟動報錯如下圖 顯然說是libstdc++.so文件版本的問題,這種一般都是gcc版本太低了 接著查詢gcc的版本 strings /usr/lib/libstd

linux下weblogic11g成功安裝後,啟動Getting boot identity from user

tro ace author reason tac ica ons pst pri <2015-7-1 下午05時46分33秒 CST> <Info> <Management> <BEA-141107> <Versi

spriing boot 啟動:Cannot determine embedded database driver class for database type NONE

.class sre 5.0 sin via cor pan cep can 最近在學習使用spring boot。使用maven創建好工程,只引用需要用到的spring boot相關的jar包,除此之外沒有任何的配置。 寫了一個最簡單的例子,如下所示: 1 pa

centos7 網卡啟動

mac解決辦法:網卡mac 寫入配置文件本文出自 “磚家博客” 博客,請務必保留此出處http://wsxxsl.blog.51cto.com/9085838/1929829centos7 網卡啟動報錯

kibana 啟動

kibana 啟動報錯kibana4.1 啟動報錯{"name":"Kibana","hostname":"linux-node1.example.com","pid":3941,"level":60,"err":{"message":"unknown error","name":"Error","stack

freeradius 啟動Refusing to start with libssl version OpenSSL 1.0.1

all bss sim span family sin pop div con 改動etc/raddb下的radiusd.conf文件 找到allow_vulnerable_openssl = no,改動成allow_vulnerable_openssl = ye