b578cdce86
This commit introduces the possibility to enable a debug mode for the networkDB, this will allow the opening of a tcp port on localhost that will expose the networkDB api for debugging purposes. The API can be discovered using curl localhost:<port>/help It support json output if passed json as URL query parameter option and pretty printing if passing json=pretty All the binaries values are serialized in base64 encoding, this can be skip passing the unsafe option as url query parameter A simple go client will follow up Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com> |
||
---|---|---|
.. | ||
broadcast.go | ||
cluster.go | ||
delegate.go | ||
event_delegate.go | ||
message.go | ||
networkdb.go | ||
networkdb.pb.go | ||
networkdb.proto | ||
networkdb_test.go | ||
networkdbdiagnose.go | ||
watch.go |