mailsvb / asterisk-docker

Asterisk Docker Image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asterisk-docker

GitHub Workflow - CI GitHub release (latest by date) Docker Image Size (latest semver)

Instructions

start the container

docker run -dit --network=host mailsvb/asterisk:latest /usr/sbin/asterisk -fTvvvvv

custom config

If you want to use your custom asterisk configuration, simply mount it when starting the container

docker run -dit --network=host -v /path/to/custom/config:/etc/asterisk/ mailsvb/asterisk:latest /usr/sbin/asterisk -fTvvvvv

About

Asterisk Docker Image


Languages

Language:Dockerfile 100.0%