我有一个运行Debian 8 Jessie的Linux服务器,我试图在Github上安装Docker。
我收到以下错误任何时候我尝试启动Docker服务返回:
admin@srvr1:~$ sudo systemctl status docker.service ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled) Active: failed (Result: start-limit) since Thu 2017-07-06 16:09:08 EDT; 47s ago Docs: https://docs.docker.com Process: 32666 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE) Main PID: 32666 (code=exited, status=1/FAILURE) Jul 06 16:09:08 yjuoy5v1ka systemd[1]: docker.service holdoff time over, scheduling restart. Jul 06 16:09:08 yjuoy5v1ka systemd[1]: Stopping Docker Application Container Engine... Jul 06 16:09:08 yjuoy5v1ka systemd[1]: Starting Docker Application Container Engine... Jul 06 16:09:08 yjuoy5v1ka systemd[1]: docker.service start request repeated too quickly, refusing to start. Jul 06 16:09:08 yjuoy5v1ka systemd[1]: Failed to start Docker Application Container Engine. Jul 06 16:09:08 yjuoy5v1ka systemd[1]: Unit docker.service entered failed state. Jul 06 16:09:42 yjuoy5v1ka systemd[1]: Starting Docker Application Container Engine... Jul 06 16:09:42 yjuoy5v1ka systemd[1]: docker.service start request repeated too quickly, refusing to start. Jul 06 16:09:42 yjuoy5v1ka systemd[1]: Failed to start Docker Application Container Engine. Jul 06 16:09:45 yjuoy5v1ka systemd[1]: Starting Docker Application Container Engine... Jul 06 16:09:45 yjuoy5v1ka systemd[1]: docker.service start request repeated too quickly, refusing to start. Jul 06 16:09:45 yjuoy5v1ka systemd[1]: Failed to start Docker Application Container Engine. Jul 06 16:09:49 yjuoy5v1ka systemd[1]: Unit docker.service cannot be reloaded because it is inactive.
这就是说,我不能识别任何通常的死亡赠品,我在端口80上运行Nginx,我已经安装了PHP7.1和MariaDB,我已经删除了Apache,除此之外,迄今为止,服务器是非常多的股票,所以我不知道是什么原因造成这个…
有任何想法吗? 先谢谢你。