FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media.
FROM somleng/docker-freeswitch
Then, run the commands to build and run the Docker image:
$ docker build -t my-fs .
$ docker run --rm somleng/docker-freeswitch /usr/bin/freeswitch -version
If you don't want to include a Dockerfile
in your project, it is sufficient to do the following:
$ docker run --rm somleng/docker-freeswitch /usr/bin/freeswitch -version somleng/docker-freeswitch
View license information for the software contained in this image.
This image is officially supported on Docker version 1.10.1.