From 17bd14d41e0dd2504d625b202bd71225e1ef9487 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 26 Jul 2015 22:53:55 +0100 Subject: [PATCH] Added readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..53621fd --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +This repository contains a basic rest api for clamav which allows sites to scan files as they are uploaded + +Usage: + +make build-container - this will build the docker container and link it up to a clamav container + it exposes a rest api on port 9000 + +make test - this will test against the rest api