1 Star 0 Fork 0

bm_github/docker-opensips

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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.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

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bm_github/docker-opensips.git
git@gitee.com:bm_github/docker-opensips.git
bm_github
docker-opensips
docker-opensips
master

搜索帮助