Skip to content

jofiy/pkg-kamailio-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Docker Debian based Images with dependences installed ready to be used to build Kamailio from sources

Upgrade

You need the kamailio sources at src so get them:

git clone https://github.com/kamailio/kamailio.git src

or refresh them:

make pull

and just

make

build locally the image

for instance:

export DIST=stretch VERSION=dev
cd ${DIST}; docker build --tag=pkg-kamailio-docker:${VERSION}-${DIST} .

or pull the image from docker hub

docker pull kamailio/pkg-kamailio-docker:${VERSION}-${DIST}

run container

docker run -i -t --rm -v `pwd`/src:/code:rw kamailio/pkg-kamailio-docker:${VERSION}-${DIST} /bin/bash

About

Docker files to easily build Kamailio on different Debian/Ubuntu releases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 58.0%
  • Shell 36.4%
  • Dockerfile 5.6%