Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 710 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 710 Bytes

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