Giter Site home page Giter Site logo

docker-opensips's Introduction

OpenSIPS Docker Image

http://www.opensips.org/

Docker recipe for building and starting an OpenSIPS image

Building the image

You can build the docker image by running:

make build

This command will build a docker image with OpenSIPS master version taken from the git repository. To build a different git version, you can run:

OPENSIPS_VERSION=2.2 make build

To build with MySQL support:

OPENSIPS_EXTRA_MODULES=opensips-mysql-module make build

To start the image, simply run:

make start

Variables

You can set different variables to tune your deployment:

  • OPENSIPS_VERSION - sets the opensips version (Default: 3.4)
  • OPENSIPS_VERSION_MINOR - forces a specific minor version of opensips (Default: not used, latest will be installed)
  • OPENSIPS_VERSION_REVISION - forces a specific revision/build of opensips; only taken into consideration if OPENSIPS_VERSION_MINOR is provided (Default: 1)
  • OPENSIPS_BUILD - specifies the build to use, nightly or releases (Default: releases)
  • OPENSIPS_DOCKER_TAG - indicates the docker tag (Default: latest)
  • OPENSIPS_CLI - specifies whether to install opensips-cli (true) or not (false) (Default: true)
  • OPENSIPS_EXTRA_MODULES - specifies extra opensips modules to install (Default: no other module)

Packages on DockerHub

Released docker packages are visible on DockerHub https://hub.docker.com/r/opensips/opensips

docker-opensips's People

Contributors

razvancrainea avatar bogdan-iancu avatar josh-hogan avatar paulvi avatar sharadkumar97 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.