For hen you need a mail server for your micro-services but don't want to let it actually send mail.
315
This small image provides a mailslurper docker image.
I am shipping it with a default configuration. It should be possible to override
configuration when mounting config.json as a volume:
docker-compose up -d
You can uncomment some of the configuration suggestions in the docker-compose.yml that is included in this repository if you wish.
I've kept this pretty vanilla to avoid getting in your way.
docker run -d -p '8080:8080' -p '8085:8085' -p '2500:2500' --name mailslurper --rm -v=$(pwd)/config.json leopere/mailslurper
Content type
Image
Digest
Size
63.2 MB
Last updated
over 7 years ago
docker pull leopere/mailslurper