Regular cassandra 2.1 image with a slight CMD modification in order to run tests successfully.
docker run -it --name=cassandra --net=host oaeproject/cassandra-docker
# Step 1: Build the image
docker build -f Dockerfile -t oae-cassandra:latest .
# Step 2: Run image
docker run -it --name=cassandra --net=host oae-cassandra:latest