Skip to content

deizeppe/docker-kamailio-500

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kamailio on docker

ver License reposize

Build and run kamailio on docker

Pull an image or a repository from a registry

docker pull deizeppe/kamailio

Build an image from a Dockerfile

git clone https://github.com/deizeppe/docker-kamailio-500.git && cd docker-kamailio-500
docker image build -t kamailio .

Run from local

  • docker run -tid --rm --network=host --name=kamailio -v /etc/kamailio:/etc/kamailio kamailio

Run from hub

  • docker run -tid --rm --network=host --name=kamailio -v /etc/kamailio:/etc/kamailio deizeppe/kamailio

Notes

This using default its scripting,to use your custom scripting just mount /etc/kamailio to your path