Skip to content

Internally-maintained fork of dev/test helper for CockroachDB

Notifications You must be signed in to change notification settings

udacity/cockroach-dynamic-certs

 
 

Repository files navigation

CockroachDB Dynamic Certs Client

CircleCI

Building the Image

docker build --no-cache -t timveil/cockroachdb-dynamic-certs:latest .

Publishing the Image

docker push timveil/cockroachdb-dynamic-certs:latest

Running the Image

docker run -it timveil/cockroachdb-dynamic-certs:latest

running the image with environment variables

docker run -p 9999:9999 \
    --env NODE_ALTERNATIVE_NAMES=localhost \
    -it timveil/cockroachdb-dynamic-certs:latest

About

Internally-maintained fork of dev/test helper for CockroachDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.9%
  • Dockerfile 14.1%