Skip to content

Latest commit

 

History

History

scylla

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ScyllaDB w/ Docker Compose

with default empty username and password

Connecting with client

node=`docker ps | grep /scylla: | cut -f 1 -d ' '`
docker exec -it $node cqlsh

Other docs

scylla docker