Skip to content

Instantly share code, notes, and snippets.

@antiguru
Created July 5, 2023 12:57
Show Gist options
  • Save antiguru/bc4ea08df2141ff23f964e87726d2bc4 to your computer and use it in GitHub Desktop.
Save antiguru/bc4ea08df2141ff23f964e87726d2bc4 to your computer and use it in GitHub Desktop.
Start in-memory cockroach
docker run --name=cockroach -d -p 26257:26257 -p 26258:8080 cockroachdb/cockroach:v22.2.0 start-single-node --insecure --store=type=mem,size=2G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment