You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull the latest image of consul-server and consul-agent from Docker Hub, then run:
$ docker run -d --name consul-server gliderlabs/consul-server:latest
$ docker exec consul-server /bin/consul version
Consul v0.6.3
Consul Protocol: 3 (Understands back to: 1)
$ docker run -d --name consul-agent gliderlabs/consul-agent:latest
$ docker exec consul-agent /bin/consul version
Consul v0.6.3
Consul Protocol: 3 (Understands back to: 1)
The text was updated successfully, but these errors were encountered:
Looks like the gliderlabs/consul docker image failed to build and it used the older version of the container to build consul-server and consul-agent using 0.6.3.
Pull the latest image of
consul-server
andconsul-agent
from Docker Hub, then run:The text was updated successfully, but these errors were encountered: