mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8b59f48537
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>
12 lines
256 B
TOML
Executable file
12 lines
256 B
TOML
Executable file
title = "LibNetwork Configuration file"
|
|
|
|
[daemon]
|
|
debug = false
|
|
[cluster]
|
|
discovery = "token://22aa23948f4f6b31230687689636959e"
|
|
Address = "1.1.1.1"
|
|
[datastore]
|
|
embedded = false
|
|
[datastore.client]
|
|
provider = "consul"
|
|
Address = "localhost:8500"
|