I have a swarm cluster containing 4 nodes : 1 Manager + 3 Workers
When restarting one worker'server, its status becomes "DOWN" when running :
docker node ls
Also already deployed services shutdown in this node (containers exited), and cannot restart it. I have tried to :
- recreate cluster after each reboot (too ugly and doesn't resolve the problem )
- deleting the heavy file
/var/lib/docker/swarm/worker/tasks.db
(doesn't improve the situation) - simply waiting (but it still down after hours)
I m using docker 18.09ce
Suggestions ?