gliderlabs / gliderlabs/docker-consul
curl: (7) Failed connect to localhost:8500
Open
- Dominant language
- Shell
- Stars
- 1.1k
- Forks
- 270
- PR merge metrics
- No merged PRs in 30d
Description
Hi, i have pulled consul with "docker pull progrium/consul" and started with docker-compose "docker-compose up -d consul":
consul:
image: docker.io/progrium/consul
command: run -p 8400:8400 -p 8500:8500 -p 8600:53/udp -h node1 progrium/consul -server -bootstrap -ui-dir /ui
The container started and up but if i get a "curl http://localhost:8500/ui" i have "curl: (7) Failed connect to localhost:8500; Connection refused"
UPDATE
If i run "netstat -lntu" there are no demons listen on ports 8500 and 8600 and 53
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.