Running Cassandra inside Docker
Update 2014-11-07 I've revamped cassandra-docker with a new entrypoint. It is available on Github as tobert/cassandra:2.1.1 and tobert/cassandra:2.0.11 . The instructions are fairly similar but the syntax and paths have changed. The README.md has further details. TL;DR: use volumes for /var/lib/cassandra As a fan of Linux containers and evangelist for Apache Cassandra, I get a lot of questions about running Cassandra in Docker containers. I've run production Cassandra clusters with cgroups in the past and had good luck with it, but normally don't have much use for namespaces. One place where full containers really helps is running clusters on a single machine. A new image I looked around at some of the community Docker images there are some out there, but I wanted something with less moving pieces. Ideally, users (you, hopefully!) can pull an image and be up and running with Cassandra without having to see a git repo.Read full article from Running Cassandra inside Docker
No comments:
Post a Comment