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.
More Posts related to Docker,
- Install RabbitMQ on Docker
- How to know docker Engine details
- [fix] Docker: Alpine Linux - /bin/sh: bash: not found
- How to know list of images available on your device
- How to check installed docker version command
- [Docker] Install Python3 on Alpine Linux
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- How to Stop/Cancel/kill docker image pull
- Install and Run Cassandra on Docker Desktop
- [fix] Cannot connect to the Docker daemon at unix:var/run/docker.sock. Is the docker daemon running?
- Connect to local macOS/Windows localhost (127.0.0.1) from within Docker Container Image
- Unable to find image docker latest locally
- Open Docker Desktop from macOS Terminal
More Posts:
- Setting JAVA_HOME in macOS Big Sur - MacOS
- How to display File CR LF Newline Characters in Sublime Text - Sublime-Text
- How to resolve Certificate Expired WhatsApp Error - WhatsApp
- How to delete SharePoint List Item programmatically using C#.Net - SharePoint
- How to get nest aware on iPhone - Google
- How to Enable spellcheck Notepad++ - NotepadPlusPlus
- Fix - sudo: systemctl: command not found - Ubuntu
- How to word wrap in HTML - Html