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

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

License

Notifications You must be signed in to change notification settings

oaeproject/oae-cassandra-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages