smapira / alpine-cassandra

Cassandra 3.10 Dockerfile based on light alpine container

Home Page:https://hub.docker.com/r/smapira/docker-alpine-cassandra/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-alpine-cassandra

This repository contains Dockerfile for cassandra 3.11 container, based on the Alpine edge image.

Install

As a prerequisite, you need Docker to be installed.

To download this image from the public docker hub:

$ docker pull smapira/docker-alpine-cassandra

To re-build this image from the dockerfile:

$ docker build -t docker-alpine-cassandra .

Usage

To run cassandrad:

$ docker run -d -p 9042:9042 --name alpine-cassandra docker-alpine-cassandra

To use the cassandra cqlsh client:

$ docker exec -ti alpine-cassandra cqlsh

To login:

$ docker exec -ti alpine-cassandra /bin/ash

Super Thanks

About

Cassandra 3.10 Dockerfile based on light alpine container

https://hub.docker.com/r/smapira/docker-alpine-cassandra/

License:MIT License


Languages

Language:Dockerfile 79.5%Language:Makefile 20.5%