mirror of
https://github.com/moby/moby.git
synced 2026-07-14 03:21:18 +00:00
We have seen a panic when re-joining a node to a swarm cluster. The cause of the issue is unknown, so we just need to add a test for nil objects and log when we get the condition. Hopefully this can prevent the crash and we can recover the config at a later time. Signed-off-by: Stephen J Day <stephen.day@docker.com>