[go: nahoru, domu]

Skip to content

Simple way to start with secure cockroachdb in container. Just start and go!

License

Notifications You must be signed in to change notification settings

sarfraz-ahmad-sky/cockroach-init-user

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cockroach-init-user

Start

Just run:

$ ./start.sh

It will automatically build image from Dockerfile, generate certificates for secure cockroach setup, start container with exposed port 26257 and create test user.

How to test

$ psql "postgresql://test@localhost:26257?sslmode=require"

All credentials can be configured inside start.sh script.

About

Simple way to start with secure cockroachdb in container. Just start and go!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%