tzfun/etcd-workbench

By tzfun

Updated almost 2 years ago

A beautiful and privately deployable ETCD client that supports SSL, SSH Tunnel connections.

Image
Developer tools
5

10K+

tzfun/etcd-workbench repository overview

What is Etcd Workbench?

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

Tag logs

  • 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 defragment
  • 1.0.0: The first public version, enjoy it!

Reference

How to use this image

Pull image

docker pull tzfun/etcd-workbench

Start a instance

docker run --name my-etcd-workbench -p 8002:8002 -d tzfun/etcd-workbench:latest

Then access http://localhost:8002 in browser.

Custom configuration

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

Workdir

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

License

Apache License 2.0

Tag summary

Content type

Image

Digest

sha256:e7d90dac3

Size

130.6 MB

Last updated

almost 2 years ago

docker pull tzfun/etcd-workbench