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
- Host: GitHub
- URL: https://github.com/akretion/docker-mailcatcher
- Owner: akretion
- Created: 2014-11-29T02:22:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T19:25:27.000Z (over 11 years ago)
- Last Synced: 2025-01-30T22:49:04.405Z (over 1 year ago)
- Language: Shell
- Size: 188 KB
- Stars: 3
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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