docker-consul icon indicating copy to clipboard operation
docker-consul copied to clipboard

Dockerized Consul

Results 34 docker-consul issues
Sort by recently updated
recently updated
newest added

Hello guys, I updated this repository to alpine 3.6 and consul to 1.0

``` 2015/12/22 02:36:41 [WARN] raft: Election timeout reached, restarting election 2015/12/22 02:36:41 [INFO] raft: Node at 172.17.0.7:8300 [Candidate] entering Candidate state 2015/12/22 02:36:41 [ERR] raft: Failed to make RequestVote RPC...

I know that with consul we have fault tolerance, but there maybe a possibility where all my consul servers are going down together. Then in that scenario, I will loose...

I am trying to set my bind interface through CONSUL_BIND_INTERFACE and it is pulling the correct IP for the interface but it is still giving me an error: ``` [fakeuser@fakeserver...

Any specific documentation on how to configure the docker-consul to enable security ?

In the Legacy branch the dockerfiles used to expose the consul ports: https://github.com/gliderlabs/docker-consul/blob/legacy/Dockerfile#L31 This has been removed in the current Dockerfiles. Was there motivation for this or was it simply...

Following the quickstart guide, after successfully starting a consul, I cannot perform curl calls to it docker run -d --name=consul -p 8300:8300 -p 8500:8500 --net=host gliderlabs/consul-server -bootstrap -advertise=127.0.0.1 issuing docker...

To be specific : How does consul support scalability (for example : providing the services info via the round robin)

Unable to elect leader even after all nodes join the quorum. Starting one server (node1) with -bootstrap-expect 3, other nodes join the cluster i.e (node2 and node3) and complete the...

I´m using the latest version (0.6) from I have cloned and tagged locally the image (consul/server:1.0) from your repository docker-consul agent and server All the cluster and membership core functionalities...