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:
Content type
Image
Digest
sha256:87ae63d75…
Size
85 MB
Last updated
almost 11 years ago
docker pull buddho/etcd-browser