Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 435 Bytes

Cassandra docker image

Regular cassandra 2.1 image with a slight CMD modification in order to run tests successfully.

Usage

Run from dockerhub

docker run -it --name=cassandra --net=host oaeproject/cassandra-docker

Build the image locally

# 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