ackermann / cassandra

Fork of Docker Official Image packaging for Cassandra

Home Page:https://hub.docker.com/r/webscam/cassandra/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this Repo

This is the Git repo of the Docker official image for cassandra. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specifically in docker-library/docs/cassandra.

See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/cassandra" manifest file in the docker-library/official-images repo, especially PRs with the "library/cassandra" label on that repo. For more information about the official images process, see the docker-library/official-images readme.


Usage

docker service create --name cassandra \
  --label 'com.mynet.service == cassandra' \
  --mode global \
  --network mynetwork \
  --constraint 'node.label == cassandra' \
  -e 'CASSANDRA_SEEDS=tasks.cassandra' \
  -e 'CASSANDRA_BROADCAST_ADDRESS=auto' \
  -e 'CASSANDRA_LISTEN_ADDRESS=auto' \
  --publish '7000:7000' \
  --publish '7001:7001' \
  --publish '7199:7199' \
  --publish '9042:9042' \
  --publish '9160:9160' \
  --mount type=bind,dst=/var/lib/cassandra,src=/data/lib/cassandra \
  webscam/cassandra:3.9

About

Fork of Docker Official Image packaging for Cassandra

https://hub.docker.com/r/webscam/cassandra/

License:Apache License 2.0


Languages

Language:Shell 100.0%