mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-06-16 02:25:48 +00:00
8d03e80f21
* integrated hostdiscovery package with the new Docker Discovery * Integrated hostdiscovery package with libnetwork core * removed libnetwork_discovery tag * Introduced driver apis for discovery events * moved overlay driver to make use of the discovery events * Using Docker Discovery service. * Changed integration-tests to make use of the new discovery Signed-off-by: Madhu Venugopal <madhu@docker.com>
7 lines
129 B
TOML
7 lines
129 B
TOML
title = "LibNetwork Configuration file"
|
|
|
|
[cluster]
|
|
discovery = "consul://localhost:8500"
|
|
Address = "6.5.5.5"
|
|
Heartbeat = 3
|