Mailcatcher docker image prepared for K8s use.
See Dockerfile for more info.
There is also the Helm chart here to install this image using helm
cmd.
Nothing special:
docker run --rm --name mailcatcher -p 127.0.0.1:1080:1080 -p 127.0.0.1:1025:1025 quay.io/evl.ms/mailcatcher:0.7.0
git clone https://github.com/dragonsmith/mailcatcher-docker/
cd mailcatcher-docker
helm install -n mailcatcher --namespace mailcatcher chart/mailcatcher/
See values-example.yaml
.