Docker version for mkcert, a simple tool for making locally-trusted development certificates.
1.1K
This repo is used to add a Docker version for Mkcert by github action automatically
The script will automatically run everyday to check the latest release from https://github.com/FiloSottile/mkcert/releases
We don't re-build the binary, just take pre-built binary from github
All tags here: https://hub.docker.com/r/vleedev/filosottile_mkcert/tags
Simple run:
docker run --rm -v $(pwd):/app -e CAROOT=/app vleedev/filosottile_mkcert <input>
With specific version:
docker run --rm -v $(pwd):/app -e CAROOT=/app vleedev/filosottile_mkcert:<tag> <input>
Content type
Image
Digest
sha256:ef953d00b…
Size
2.7 MB
Last updated
about 3 years ago
docker pull vleedev/filosottile_mkcert