Sign inSign up

tangowithfoxtrot/mkcert

By tangowithfoxtrot

Updated over 3 years ago

mkcert

Image
0

306

tangowithfoxtrot/mkcert repository overview

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

Tag summary

Content type

Image

Digest

sha256:2490d1219

Size

16.4 MB

Last updated

over 3 years ago

docker pull tangowithfoxtrot/mkcert