A beautiful and privately deployable ETCD client that supports SSL, SSH Tunnel connections.
10K+
A beautiful, lightweight, privately deployable ETCD client that supports SSL, SSH Tunnel connections, and multi-account session management.
Supported platforms: linux/amd64, linux/arm64, linux/arm64/v8, windows/amd64
latest: Always latest version.1.1.0: Supports batch import and export of keys.
1.1.1: Fix some display bug.1.1.2: Optimized some displays and fixed some bugs.1.1.3: The docker image supports the arm64 platform and fixed the problem of SSL connection failure.1.1.4: Fix some bug, and supported defragment1.0.0: The first public version, enjoy it!docker pull tzfun/etcd-workbench
docker run --name my-etcd-workbench -p 8002:8002 -d tzfun/etcd-workbench:latest
Then access http://localhost:8002 in browser.
You just need to replace the default configuration file. Please view the configuration file from etcd-workbench.conf
docker run \
--name my-etcd-workbench \
-p 8002:8002 \
-v ./etcd-workbench.conf:/usr/tzfun/etcd-workbench/etcd-workbench.conf \
-d \
tzfun/etcd-workbench:latest
The working directory of the image is at /usr/tzfun/etcd-workbench, this is the directory structure:
/usr/tzfun/etcd-workbench # tree
├── bin
├── data
├── logs
├── temp
├── etcd-workbench.conf
└── etcd-workbench.jar
Apache License 2.0
Content type
Image
Digest
sha256:e7d90dac3…
Size
130.6 MB
Last updated
almost 2 years ago
docker pull tzfun/etcd-workbench