Run with:
docker run -it --env DOMAIN_NAME=example.com -v $(pwd):/data tangowithfoxtrot/mkcert:latest
or:
version: '3.3'
services:
self-signed:
image: tangowithfoxtrot/mkcert:latest
environment:
- DOMAIN=example.com
volumes:
- ./certs:/data
Content type
Image
Digest
sha256:2490d1219…
Size
16.4 MB
Last updated
over 3 years ago
docker pull tangowithfoxtrot/mkcert