mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Fix race condition issue to solve an issue about "panic: runtime error: invalid memory address or nil pointer dereference". This fix stabilize Docker daemon under the situation of communication problem with Fluentd processes. Signed-off-by: Satoshi Tagomori <tagomoris@gmail.com> (cherry picked from commit 87124b9d62bc71f7632126cf7f8d5eb805c4a7f1) Signed-off-by: Victor Vieux <vieux@docker.com>