Sign inSign up

dcagatay/cassandra-web

By dcagatay

•Updated over 5 years ago

Alpine based image for cassandra-web UI

Image
0

4.3K

dcagatay/cassandra-web repository overview

⁠dcagatay/cassandra-web⁠

A simple/small/Alpine based Docker image built from cassandra-web⁠ web UI.

⁠Tags⁠

  • latest, 0.5.0

⁠Quick Start

The container uses environment variables for configuration. Following parameters are available:

  • CASSANDRA_HOST_IPS
  • CASSANDRA_PORT
    • Port exposed by the nodes
    • Default: 9042
  • CASSANDRA_USERNAME
    • Default: cassandra
  • CASSANDRA_PASSWORD
    • Default: cassandra
⁠Docker CLI
docker run -d -p 3000:3000 \
    -e CASSANDRA_HOST_IPS=127.0.0.1 \
    -e CASSANDRA_PORT=9042 \
    -e CASSANDRA_USERNAME=cassandra \
    -e CASSANDRA_PASSWORD=cassandra \
	dcagatay/cassandra-web
⁠Docker Compose

Provided with the repo. Since cassandra-web only works with IP address, docker-compose creates network accordingly and gives cassandra container a static IP address, which is used on cassandra-web configuration.

You can tryout Web UI by just docker-compose up -d.

⁠Credits

It is derived from Debian based image markusgulden/cassandra-web⁠.

Tag summary

Content type

Image

Digest

Size

33.1 MB

Last updated

over 5 years ago

docker pull dcagatay/cassandra-web