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

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:65e9d9a5a…
Size
60 MB
Last updated
15 days ago
docker pull fmantuano/spamscope-mail-parser