question

danny.chow338_161019 avatar image
danny.chow338_161019 asked danny.chow338_161019 commented

Create Docker image for Cassandra cluster

I am new to docker and still learning it. I would like to experiment the creation of a 3-node cassandra cluster with docker image running on Oracle virtual box. Any good link from Datastax so I could learn/follow? Eventually, I would like to do this on AWS EC2. But let's take one step at a time, so at least I could create a docker image to deploy a cluster on VirtualBox.

Thanks.

docker
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered danny.chow338_161019 commented

We have docs for deploying DataStax Docker images including examples at DataStax Docker Docs.

However, your requirements are quite generic and is really about how to deploy Docker with VirtualBox. I recommend you do an internet search on the topic because the procedure is the same whether you're deploying a Cassandra image or any other Docker image. Cheers!

1 comment Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

danny.chow338_161019 avatar image danny.chow338_161019 commented ·

Thx for the quite response and answer. I found the followings very useful.

https://hub.docker.com/r/datastax/dse-server

https://docs.datastax.com/en/docker/doc/docker/docker68/dockerReadme.html

I am still learning and my short term goal is to create a C* docker image for repeated usage.

0 Likes 0 ·