[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

scraly/cqlsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Usage

cqlsh <host> <port> --cqlversion="3.4.4"

Notes

Manually built to https://hub.docker.com/r/scraly/cqlsh/

About

A simple container with cqlsh db tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published