https://github.com/ullaakut/dockurn
Simple docker image to make running turnserver easier without limits
https://github.com/ullaakut/dockurn
coturn docker lightweight nat-traversal peer-to-peer simple stun turn webrtc
Last synced: 6 months ago
JSON representation
Simple docker image to make running turnserver easier without limits
- Host: GitHub
- URL: https://github.com/ullaakut/dockurn
- Owner: Ullaakut
- License: mit
- Created: 2017-05-11T13:04:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T08:07:36.000Z (over 8 years ago)
- Last Synced: 2025-04-30T18:12:27.085Z (6 months ago)
- Topics: coturn, docker, lightweight, nat-traversal, peer-to-peer, simple, stun, turn, webrtc
- Size: 1.95 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ullaakut/dockurn
Simple docker image to make running turnserver easier without limits## Usage
Let's say you want to run coturn with all of its arguments but struggle because all docker images for coturn out there are huge and limit you to a few arguments.
You'd like to run something like `turnserver -L0.0.0.0 --no-stun -v -f -a -r yourrealm.net -u username:passwd`? Well it's your lucky day.
You just need `docker` and then simply run `docker run ullaakut/dockurn [your_arguments]`.
In our example from just before, it would be `docker run ullaakut/dockurn -L0.0.0.0 --no-stun -v -f -a -r yourrealm.net -u username:passwd`.