In order to install Cassandra NoSQL Server on Docker first we need to pull the latest image from docker hub using the below command,
% docker pull cassandra
Using default tag: latest
latest: Pulling from library/cassandra
....
....
71289df7ebc6: Downloading 17.24MB/49.85MB
bcbed3648300: Download complete
....
Status: Downloaded newer image for cassandra:latest
docker.io/library/cassandra:latest
Running Cassandra on Docker
% docker run --name uat-cassandra cassandra:latest
Apache Cassandra is one of the most widely used open-source distributed database management systems that are designed to handle large amounts of data across many commodity servers. It provides high availability with no single point of failure. Cassandra also offers robust support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!