Skip to content

datadarius/tiny-mailcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Docker Repository on Quay

tiny-mailcatcher

This is the Dockerfile for tiny-mailcatcher. It's purpose is to provide a very small docker image for mailcatcher. It uses the gem installation on the official ruby:2-alpine

size

Image layer is 35MB. The full docker image including the ruby:2-alpine base is 87MB.

registry

docker pull quay.io/datadarius/tiny-mailcatcher

port configuration

In case you need to change the default ports (1025 smtp, 1080 web), please edit the Dockerfile:

CMD ["--ip", "0.0.0.0", "--smtp-port", "1025", "--http-port", "1080"]

timezone

Europe/Berlin

pull requests

Pull Requests welcome.

About

mailcatcher based on ruby:2-alpine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published