docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Not run docker swarm in startup #2921

Closed KooshkakiH closed 4 years ago

KooshkakiH commented 5 years ago

Hi, I have a docker swarm worker after joined to manger swarm and after reset my computer that has win server 2019(1809), docker service not run in startup and get below error in event viewer:

The description for Event ID 1 from source docker cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

Bulk sync to node 63ce8b856255 timed out

Information event: The description for Event ID 1 from source docker cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

NetworkDB stats hyperv-test2(76badbe3f199) - netID:iy8xbxaba9lxliqvtk6tpcz6z leaving:false netPeers:2 entries:34 Queue qLen:0 netMsg/s:0

KooshkakiH commented 5 years ago

Another error in startup:

The description for Event ID 1 from source docker cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

Failed to load container mount 468da200943f169c21da47775b9723d573202946a98cf1a23133878d349526c6: mount does not exist

KooshkakiH commented 5 years ago

The description for Event ID 4 from source docker cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

Error starting cluster component: could not find local IP address: dial udp 192.168.7.61:2377: connect: A socket operation was attempted to an unreachable network.

justincormack commented 4 years ago

This repo is for classic swarm, not swarmkit (swarm mode).