A install of trunk-recorder that is designed for Docker.
Unforunately, this only works with Docker for Linux. As far as I know, there is no way to access USB devices on Docker for Windows or Mac.
- Clone or download this repo
- Create a
config.json
file in the main directory (the same one as the docker-compose.yml). There are examples of config files here and an explation of the settings here. - If you are using a talkgroup file, add it to the main directory.
docker-compose up
( * ordocker-compose up -d
if you just want it to run and not display the output* )