http://henszey.github.io/etcd-browser/

(adjust options as necessary - to run it as a daemon, remove "--rm", "-t", "-i" and add "-D")
cd <repository>
sudo docker build -t etcd-browser .
sudo docker run --rm --name etcd-browser -p 0.0.0.0:8000:8000 --env ETCD_HOST=10.10.0.1 --env AUTH_PASS=doe -t -i etcd-browser
You can configure the builtin server using environment variables:
If you use a secured etcd:
Content type
Image
Digest
Size
88.7 MB
Last updated
about 9 years ago
docker pull mofe/etcd-browser