For docrane running on across multiple docker hosts, each has no way of knowing whether it should run a container vs another. Would end up with each host running all containers.
I propose adding another configuration to store in etcd per container configuration that specifies a hostname on which it should be run. This way, docrane can ignore containers it does not need to run.
If the hostname is not set, we should continue to see the same behaviour: it will run anything it finds, and assume it's the only process running.
Ideas?