码迷,mamicode.com
首页 > 其他好文 > 详细

Docker 启动失败Starting docker (via systemctl): Job for docker.service failed

时间:2015-11-01 06:50:11      阅读:688      评论:0      收藏:0      [点我收藏+]

标签:

Starting docker (via systemctl):  Job for docker.service failed. See ‘systemctl status docker.service‘ and ‘journalctl -xn‘ for details.
[FAILED]

解决办法:

yum install device-mapper-devel fixed this for me.

Using the default configuration of the latest docker 1.8.0 release, systemd can‘t start docker.
Workaround: yum install docker-selinux

参考:https://github.com/docker/docker/issues/12108

https://github.com/docker/docker/issues/15498

http://dockone.io/article/620

Docker 启动失败Starting docker (via systemctl): Job for docker.service failed

标签:

原文地址:http://www.cnblogs.com/wawahaha/p/4926631.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!