This is the docker image for mail-parser (https://github.com/SpamScope/mail-parser) project.
1.3K

This Dockerfile represents a Docker image that encapsulates mail-parser. The official image is on Docker Hub.
To run this image after installing Docker, use a command like this:
sudo docker run -i -t --rm -v ~/mails:/mails fmantuano/spamscope-mail-parser
This command runs mail-parser help as default, but you can use all others options.
To share the "mails" directory between your host and the container, create a "mails" directory on your host.
There also is an example of docker-compose
From the docker-compose.yml directory, run:
$ sudo docker-compose up
The provided docker-compose.yml file is configured to:
~/mails/ folder from your source tree inside the container at /mails/ (read-only).See the docker-compose.yml to view and tweak the launch parameters.
Content type
Image
Digest
sha256:e19df6478…
Size
59.7 MB
Last updated
28 days ago
docker pull fmantuano/spamscope-mail-parser