Lightweight Alpine-based Docker image for MailCatcher with a smaller runtime footprint than sj26/mailcatcher.
linux/arm/v6 linux/arm/v7 linux/arm64/v8 linux/amd64
As of April 15, 2026, the linux/arm64 image is roughly half the size of sj26/mailcatcher on Docker Hub.
-
Run:
docker run -d -p 1080:1080 -p 1025:1025 --name mailcatcher darkniki/mailcatcher -
Open your browser at
http://<docker-host-ip>:1080
docker compose buildbuilds the image frombuild/.docker compose upstarts MailCatcher locally on ports1080and1025.