Skip to content

timveil-cockroach/dynamic-certs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published