Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 971 Bytes

File metadata and controls

32 lines (19 loc) · 971 Bytes

UBI Based Docker Image for Mailpit

Docker Repository on Quay

Docker image build script for Mailpit, a SMTP testing tool (AKA Mail Catcher).

The image is based on RedHat's UBI Base Image which fit best for deployment on RedHat OpenShift platform (but not limited to that)

Building the image

To build the image using docker build, run:

$ docker build . -t mailpit

Container Settings

See further details in Mailpit's official docs https://github.com/axllent/mailpit

Running the container

Using docker:

$ docker run -it -e  -p "8025:8025" -p "1025:1025" mailpit

This command should run the container and open access to 2 services from your local machine: