Alpine based image for cassandra-web UI
4.3K
A simple/small/Alpine based Docker image built from cassandra-web web UI.
latest, 0.5.0The container uses environment variables for configuration. Following parameters are available:
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
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.
It is derived from Debian based image markusgulden/cassandra-web.
Content type
Image
Digest
Size
33.1 MB
Last updated
over 5 years ago
docker pull dcagatay/cassandra-web