about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4887b79..7f40871 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,13 @@
 A simple http logger logging all requests to the http server that is exposed.
 
 reset all by sending a POST request to `/resetall`
+
+## Docker
+
+Simple Dockerfile included (multistage build → 24.9MB Image).
+
+```!bash
+$ docker build . -t reqlog
+…
+$ docker run --rm -p 8085:8085 reqlog
+```