Skip to content

jimthedev/cassandra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

cassandra with rpc / thrift

This image sets uses the latest cassandra image but sets enablethrift / start_rpc to true.

To run for production:

docker run -d --name cs1 jimthedev/cassandra

To build and run for development (replace name with your name):

docker build -t <NAME>/cassandra .
docker run -d --name cs1 <NAME>/cassandra

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published