/cockroachdb-sandbox

Docker Compose based sandbox for CockroachDB

MIT LicenseMIT

cockroachdb-sandbox

This simple docker-compose.yml will setup a three node insecure CockroachDB sandbox cluster for development and testing.

Setup

You will need Docker and Docker Compose installed on your machine. Instructions here.

git clone git@github.com:vipertoothlabs/cockroachdb-sandbox.git
cd cockroachdb-sandbox
docker-compose up -d

Run

docker-compose logs -f

to see the logs.