Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1014 Bytes

File metadata and controls

41 lines (26 loc) · 1014 Bytes

BL Cassandra image

Creating a cassandra image from scratch

Docker

  • Making a build
docker build . -t blcassandra 
  • Running a container
docker run -d blcassandra -p 9042:9042
  • Monitoring and enabling
nodetool status
nodetool enablebinary
  • Cassandra configuration

Perform configuration for TEST only! (0.0.0.0 is not an acceptable production configuration)

sed -i 's/listen_address: localhost/listen_address: 0.0.0.0/g' cassandra.yaml 

References

About me

GitHub followers