Skip to content

somleng/docker-freeswitch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

Build Status Docker Pulls

What is FreeSWITCH?

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.

wikipedia.org/wiki/FreeSWITCH

logo

How to use this image.

Create a Dockerfile in your project

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

Without a Dockerfile

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

License

View license information for the software contained in this image.

Supported Docker versions

This image is officially supported on Docker version 1.10.1.

Packages

No packages published

Languages

  • Dockerfile 85.5%
  • Shell 14.5%