Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 521 Bytes

CockroachDB Dynamic Certs Client

Building the Image

docker build --no-cache --platform linux/arm64 -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