An open API service indexing awesome lists of open source software.

https://github.com/akretion/docker-mailcatcher

Lightweigh version of docker mailcatcher image only 132.6 MB
https://github.com/akretion/docker-mailcatcher

Last synced: about 1 year ago
JSON representation

Lightweigh version of docker mailcatcher image only 132.6 MB

Awesome Lists containing this project

README

          

Lightweight docker image for mailcacther (132.6 MB)
======================================================

Simple and light image for running [Mailcatcher](http://mailcatcher.me/)

Start it
----------

```sh
docker run -d -p 1080:1080 -p 1025:1025 --name mailcatcher akretion/lightweight-mailcatcher
```

Stop it
----------

```sh
docker stop mailcatcher
```

Your contribution are welcome