about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-06-10 15:32:30 +0200
committerEmile <hanemile@protonmail.com>2020-06-10 15:32:30 +0200
commit6d413cbe726af20253fa72add9e597f0f57f691b (patch)
tree70f894996a35b9b426dd5c353f3d2bc34c330b79 /README.md
parentd820006a814f808aaeae2e1bdff4ce4ef4605fa0 (diff)
:whale: dockerized HEAD master
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
+```