Sign inSign up

kdihalas/mail

By kdihalas

Updated almost 11 years ago

Mailcatcher image for fig

Image
0

1.4K

kdihalas/mail repository overview

Yaml

mail:
  image: kdihalas/mail
  ports:
   - "1080:1080"

Docker file

FROM kdihalas/base
MAINTAINER Kostas Dihalas <[email protected]>

RUN apt-get install -y rubygems libsqlite3-dev

RUN gem install mailcatcher --no-ri --no-rdoc

EXPOSE 1080

EXPOSE 25

CMD mailcatcher --smtp-port 25 --ip `ip addr show dev eth0 scope global | grep inet | awk '{print $2;}' | cut -d/ -f1` -f

Tag summary

Content type

Image

Digest

sha256:a1e75a563

Size

142.3 MB

Last updated

almost 11 years ago

docker pull kdihalas/mail