From 92d90465b258f368e1d2e54f3f08815c35c06696 Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Mon, 19 Nov 2018 15:44:56 +0100 Subject: [PATCH] Add link to docker image in server readme --- server/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/README.md b/server/README.md index 56396b82..3d227d0b 100644 --- a/server/README.md +++ b/server/README.md @@ -27,6 +27,9 @@ This is the server part, which is only needed, if you want to run ctbrec in clie after the `{`. Insert a comma `,` at the end of the line. * Start the server again. You should now see a line like ``12:58:37.540 [main] INFO ctbrec.recorder.server.HttpServer - HMAC authentication is enabled`` in the server log. + +## Docker +There is a docker image, created by Github user [1461748123](https://github.com/1461748123), which you can find on [Docker Hub](https://hub.docker.com/r/1461748123/ctbrec/) ## License CTB Recorder is licensed under the GPLv3. See [LICENSE.txt](https://raw.githubusercontent.com/0xboobface/ctbrec/master/LICENSE.txt).