A Cassandra Docker image that creates a default keyspace automatically
3.0K
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"
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.
Content type
Image
Digest
sha256:d14290cbc…
Size
148.7 MB
Last updated
over 3 years ago
docker pull madflojo/cassandra