From 17fcdb405afcc3dae24d698983a9d572519b5b36 Mon Sep 17 00:00:00 2001 From: bounty1342 Date: Tue, 1 Jan 2019 22:43:13 +0100 Subject: [PATCH] Add info about docker --- server/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/README.md b/server/README.md index 3d227d0b..1d9e724c 100644 --- a/server/README.md +++ b/server/README.md @@ -31,5 +31,13 @@ This is the server part, which is only needed, if you want to run ctbrec in clie ## 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/) +You can also build your own image with the Dockerfile included. + +To run them, execute the following command : +``docker run -d -p 8080:8080 -v /ctb/app/config:/root/.config/ctbrec/ -v /ctb/video:/root/ctbrec 0xboobface/ctbrec`` + +You can also use the docker-compose with command : +``docker-compose up`` + ## License CTB Recorder is licensed under the GPLv3. See [LICENSE.txt](https://raw.githubusercontent.com/0xboobface/ctbrec/master/LICENSE.txt).