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.jsonfile in the./configdirectory. There are examples in the./examplesdirectory and an explation of the settings here. - Add a talkgroup file in the main (root) directory, if you are using one. You must have at least one
.csvfile present for the Docker container to build, so if you are not using one then just make an empty file. Again example in the./examplesdirectory and an explation of the file here. docker-compose builddocker-compose up
When you make a change to the config.json file you need to restart the Docker container. Just run docker-compose restart to do that. However, if you update a .csv file, you will need to run docker-compose build for the container to rebuild to pick up the new talkgroups.