Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TrunkRecorder/trunk-recorder-docker
a version of trunk-recorder that is designed for docker
https://github.com/TrunkRecorder/trunk-recorder-docker
Last synced: 5 days ago
JSON representation
a version of trunk-recorder that is designed for docker
- Host: GitHub
- URL: https://github.com/TrunkRecorder/trunk-recorder-docker
- Owner: TrunkRecorder
- Created: 2016-12-12T03:27:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T01:51:12.000Z (about 3 years ago)
- Last Synced: 2024-06-28T12:33:33.217Z (5 months ago)
- Size: 22.5 KB
- Stars: 12
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trunk Recorder for Docker
A install of [trunk-recorder](https://github.com/robotastic/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.
### Requiments
* [Docker](https://docs.docker.com/engine/installation/linux/ubuntulinux/)
* [Docker Compose](https://docs.docker.com/compose/install/)### Getting Started
1. Clone or download this repo
2. Create a `config.json` file in the main directory (the same one as the docker-compose.yml). There are examples of config files [here](https://github.com/robotastic/trunk-recorder/tree/master/examples) and an explation of the settings [here](https://github.com/robotastic/trunk-recorder/blob/master/README.md).
3. If you are using a talkgroup file, add it to the main directory.
4. `docker-compose up` ( * or `docker-compose up -d` if you just want it to run and not display the output* )