Git Product home page Git Product logo

docker-cassandra-2's Introduction

Cassandra Dockerfile

A Docker image for running a single-node Cassandra cluster.

How to use this image

To start a container running this image:

$ docker run -d -p 9042:9042 --name cassandra mashape/cassandra

This container will expose your cluster on your host port 9042, the default Cassandra port.

Using a custom Cassandra configuration

This container stores the Cassandra configuration (usually in /etc/cassandra/) in a Data Volume. You can mount this volume from your host machine by doing so:

$ docker run -d \
    -v /path/to/your/etc/cassandra/:/etc/cassandra \
    -p 9042:9042 \
    --name cassandra \
    mashape/cassandra

Data storage

This container also stores the actual storage data (usually in /var/lib/cassandra/) in a Data Volume. You can mount this volume from your host machine by doing so:

$ docker run -d \
    -v /path/to/your/var/lib/cassandra/:/var/lib/cassandra \
    -p 9042:9042 \
    --name cassandra \
    mashape/cassandra

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

docker-cassandra-2's People

Contributors

subnetmarco avatar thibaultcha avatar mschurenko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.