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

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2021-10-27
  • 2021-10-07
  • 2021-11-05
  • 2021-11-09
猜你喜欢
  • 2022-12-23
  • 2021-04-19
  • 2021-04-19
  • 2021-04-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
相关资源
相似解决方案