Files
docker-minecraft-server/cassandra
Geoff Bourne 0ea4ea7d0c [cass] Make sure to enable start_rpc
* also note in titan-gremlin that 1.x of ES is needed
* provide docker compose snippet
Part of #68
2016-04-17 12:21:53 -05:00
..

Yet another Cassandra image, but this one got container and non-container access right.

Basic Usage

To support access from both Docker containers and external, non-Docker clients:

docker run -d --name cassandra -e PUBLISH_AS=192.168.59.103 -p 9160:9160 itzg/cassandra

replacing 192.168.59.103 with your Docker host's LAN IP address.