Install and Run Cassandra on Docker Desktop


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.



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap