Sign inSign up

digitalwonderland/cassandra

By digitalwonderland

Updated over 10 years ago

Latest Cassandra - clusterable

Image
0

1.3K

digitalwonderland/cassandra repository overview

About:

Docker image based on digitalwonderland/oracle-jre-8

Additional Software:

Usage:

The container can be configured via environment variables:

Environment VariableCassandra PropertyDefault
CASSANDRA_CONFIG_BROADCAST_ADDRESSbroadcast_addressN/A
CASSANDRA_CONFIG_LISTEN_INTERFACElisten_interfaceeth0
CASSANDRA_CONFIG_RPC_ADDRESSrpc_address0.0.0.0
CASSANDRA_CONFIG_BROADCAST_RPC_ADDRESSbroadcast_rpc_address$CASSANDRA_CONFIG_BROADCAST_ADDRESS
CASSANDRA_CONFIG_SEEDSseeds$CASSANDRA_CONFIG_BROADCAST_ADDRESS
Stand-alone Mode:

As a minimum one must run the container with -e CASSANDRA_CONFIG_BROADCAST_ADDRESS=$YOUR_DOCKER_HOST_IP to get a standalone instance.

Cluster Mode:

For a cluster instance one has to additionally provide seeds via CASSANDRA_CONFIG_SEEDS.

Further Customization:

Additional configuration can be provided via environment variables starting with CASSANDRA_CONFIG_. Any matching variables will get inserted into Cassandras cassandra.yaml by

  1. removing the CASSANDRA_CONFIG_ prefix
  2. transformation to lower case

Tag summary

Content type

Image

Digest

sha256:4c00da833

Size

168.8 MB

Last updated

over 10 years ago

docker pull digitalwonderland/cassandra