Skip to content

MailHog in a tiny Docker image powered by Alpine Linux

License

Notifications You must be signed in to change notification settings

diyan/mailhog-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mailhog-docker

MailHog in a tiny Docker image powered by Alpine Linux

How to use this image

Print help:

docker run --rm diyan/mailhog --help

Run MailHog:

docker run -d --name=mailhog \
  -p 1025:1025 \
  -p 8025:8025 \
  diyan/mailhog

Access to Web UI using your browser:

firefox http://localhost:8025

About

MailHog in a tiny Docker image powered by Alpine Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published