Home > other >  Docker won't start: docker - containerd. The sock: the timeout
Docker won't start: docker - containerd. The sock: the timeout

Time:09-20

for help in CSDN friend:

I installed the docker in debian 7, step by step according to the official website tutorial installation, after installation, start OK, but immediately void automatically, look at the journal as follows, for the whole day, there is no solution :


 time="2018-01-30 T10:39:45. 018717579 + 08:00" level=info MSG="libcontainerd: started new docker - containerd process" pid=35887 
Time="2018-01-30 T10:39:45 + 08:00" level=info MSG="starting containerd" module=containerd revision=89623 f28b87a6004d4b785663257362d1658a729 version=v1.0.0
Time="2018-01-30 T10:39:45 + 08:00" level=info MSG="setting subreaper... "The module=containerd
Containerd: invalid argument
Time="2018-01-30 T10:39:45. 425954980 + 08:00" level=error MSG="containerd did not exit successfully" error="exit status 1" module=libcontainerd
Failed to connect to containerd: Failed to dial "/var/run/docker/containerd/docker - containerd. The sock" : dial Unix:///var/run/docker/containerd/docker - containerd. The sock: the timeout


great god please teach

CodePudding user response:

You can/var/run/docker directory delete and then restart the docker try.

CodePudding user response:

And if that didn't solve you modify this parameter: the/proc/sys/net/ipv4/tcp_keepalive_time default is 30 is 30 seconds, you change a long point
  • Related