mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
Currently we rely on watch to catchup after the init. But there could be a small time window on which, we might end up in a race condition on network creates. By reading and populating networks during init, we avoid any such conditions, especially for default network handling. Signed-off-by: Madhu Venugopal <madhu@docker.com>