Lightweight mailcatcher docker image
3.4K
Lightweight multiarchitecture Mailcatcher Docker image
Based on Alpine Linux, it keeps the Docker image footprint small.
Pull it:
docker pull marcelorodrigo/mailcatcher
Running as service exposing ports:
docker run -d -p 1080:1080 -p 1025:1025 --name mailcatcher marcelorodrigo/mailcatcher
Every email sent using your docker container on the mapped port 1025, can be checked at
http://[dockerhost]:1080/
Content type
Image
Digest
sha256:4d57a493d…
Size
69.9 MB
Last updated
about 20 hours ago
docker pull marcelorodrigo/mailcatcher