forked from j62/ctbrec
Add info about docker
This commit is contained in:
parent
114098d16c
commit
17fcdb405a
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue