scraly/cqlsh

By scraly

Updated about 6 years ago

Image
0

28

CQLSH

A simple container with CQLSH tool

Install

$ git clone https://github.com/scraly/cqlsh.git
$ docker build -t scraly/cqlsh .

Run Container

$ docker run -it scraly/cqlsh bash

Run on Kubernetes Cluster

kubectl run cqlsh -it  --image docker.io/scraly/cqlsh:latest bash
Notes

Automated build on https://hub.docker.com/r/scraly/cqlsh/

Docker Pull Command

docker pull scraly/cqlsh