南瓜
|
在CentOS 7.3中安装docker
# curl -fsSL https://get.docker.com/ | sh
启动docker失败
# systemctl status docker -l * docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled) Active: failed (Result: start-limit) since Tue 2017-06-20 09:58:51 UTC; 5min ago Docs: https://docs.docker.com Process: 933 ExecStart=/usr/bin/dockerd (code=exited, status=1/FAILURE) Main PID: 933 (code=exited, status=1/FAILURE)
Jun 20 09:58:50 178652 systemd[1]: docker.service: main process exited, code=exited, status=1/FAILURE Jun 20 09:58:50 178652 systemd[1]: Failed to start Docker Application Container Engine. Jun 20 09:58:50 178652 systemd[1]: Unit docker.service entered failed state. Jun 20 09:58:50 178652 systemd[1]: docker.service failed. Jun 20 09:58:51 178652 systemd[1]: docker.service holdoff time over, scheduling restart. Jun 20 09:58:51 178652 systemd[1]: start request repeated too quickly for docker.service Jun 20 09:58:51 178652 systemd[1]: Failed to start Docker Application Container Engine. Jun 20 09:58:51 178652 systemd[1]: Unit docker.service entered failed state. Jun 20 09:58:51 178652 systemd[1]: docker.service failed. 操作系统版本为CentOS Linux release 7.3.1611 (Core)
# getenforce Disabled
请教大家要怎么解决?谢谢!
|
2017-06-20 18:15:39