Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hihouhou/docker-consul
consul for docker
https://github.com/hihouhou/docker-consul
Last synced: 13 days ago
JSON representation
consul for docker
- Host: GitHub
- URL: https://github.com/hihouhou/docker-consul
- Owner: hihouhou
- Created: 2016-05-11T09:19:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T05:00:18.000Z (20 days ago)
- Last Synced: 2025-01-06T06:17:43.223Z (20 days ago)
- Language: Dockerfile
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# consul
consul for dockerFor launching :
docker run -e "options=agent -ui -server -node node1 -data-dir=/tmp/toto -client=0.0.0.0" -p 8500:8500 --name consul hihouhou/consul