docker run -d --name consul --net=host -v $PWD/consul.d:/etc/consul.d ci1.camunda.loc/camunda-consul -dc HQ -server
see Consul Docs
-ui-dir=/opt/consul/ui
-server
-dc HQ
-client LOCAL_BIND_IP
-bind GLOBAL_BIND_IP
-bootstrap
(Only single node allowed with this options)-join OTHER_NODE
(multiple times possible)