forked from j62/ctbrec
1
0
Fork 0

Add info about docker

This commit is contained in:
bounty1342 2019-01-01 22:43:13 +01:00 committed by GitHub
parent 114098d16c
commit 17fcdb405a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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).