This container will monitor Traefik acme.json file for changes and run dumpcerts.sh if it happens. The container is using dumpcerts.sh from https://github.com/containous/traefik/blob/master/contrib/scripts/dumpcerts.sh
docker build -t dumpcerts .
docker volume create tls
docker run --name dumpcerts --network none -it -d \
-v traefik:/etc/traefik:ro \
-v tls:/tls:rw \
dumpcerts
Content type
Image
Digest
Size
6.4 MB
Last updated
over 5 years ago
docker pull rveillerot/dumpcerts