Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 320 Bytes

File metadata and controls

17 lines (13 loc) · 320 Bytes

Single CockroachDB instance

Simple single node CockroachDB instance.

Services

  • crdb - CockroachDB node

Getting started

  1. run docker compose up
  2. visit the CockroachDB UI @ http://localhost:8080
  3. have fun!

Helpful Commands

Open Interactive Shells

docker compose exec crdb /bin/bash