rtpengine image suitable for testing
2.9K
This is an rtpengine image suitable for development and test purposes.
To start it with default options:
docker run -d davehorton/rtpengine:latest rtpengine
Any rtpengine command line parameters can also be passed to override default options:
docker run -d davehorton/rtpengine:latest rtpengine --log-level 7
The default options are set in /etc/rtpengine.conf on the filesystem of the image. Note that these include the address to listen on, which is dynamically discovered:
[rtpengine]
interface=172.17.0.2
foreground=true
log-stderr=true
listen-ng=22222
port-min=30000
port-max=60000
recording-dir=/tmp
recording-method=pcap
recording-format=eth
log-level=6
delete-delay=0
Note: if you want to open a shell into the container to look around or install anything, just do the following:
docker run -ti davehorton/rtpengine:latest bash
Content type
Image
Digest
Size
174.3 MB
Last updated
over 5 years ago
docker pull davehorton/rtpengine