From 39d7eb1e2f3047148875918369cb5fc892ba9e3d Mon Sep 17 00:00:00 2001 From: Robert Schumann Date: Sat, 31 Mar 2018 19:40:29 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e008b97..74d7a4b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# docker-dmarc-reports [![Docker Pulls](https://img.shields.io/docker/pulls/gutmensch/dmarc-reports.svg)](https://registry.hub.docker.com/u/gutmensch/dmarc-reports/) +# docker-dmarc-report [![Docker Pulls](https://img.shields.io/docker/pulls/gutmensch/dmarc-report.svg)](https://registry.hub.docker.com/u/gutmensch/dmarc-report/) This image is intended to combine a dmarc report parser (see https://github.com/techsneeze/dmarcts-report-parser by TechSneeze.com and John Bieling) with a report viewer (see https://github.com/techsneeze/dmarcts-report-viewer/ by the same people) into a runnable docker image / microservice. It fetches dmarc report mails regularly from an IMAP server, stores them into a MySQL DB, deletes them from IMAP and show them via Webserver/PHP module. ## Usage ``` -docker pull gutmensch/dmarc-reports -docker run -ti gutmensch/dmarc-reports start.sh +docker pull gutmensch/dmarc-report +docker run -ti gutmensch/dmarc-report ```