Sign inSign up

madflojo/cassandra

By madflojo

Updated over 3 years ago

A Cassandra Docker image that creates a default keyspace automatically

Image
1

3.0K

madflojo/cassandra repository overview

Cassandra

This Apache Cassandra image is based on the standard library/cassandra image. However, this image will create a default keyspace on boot up.

By default a keyspace named example will be created on boot. To change the name you can use the CASSANDRA_KEYSPACE environment variable.

ENV CASSANDRA_KEYSPACE="something"

Usage:

To launch this container run the following

docker run madflojo/cassandra

This image still supports base image environment variables such as CASSANDRA_SEEDS, CASSANDRA_DC, etc.

See the library/cassandra documentation for base environment variables.

Tag summary

Content type

Image

Digest

sha256:d14290cbc

Size

148.7 MB

Last updated

over 3 years ago

docker pull madflojo/cassandra