代码拉取完成,页面将自动刷新
Docker recipe for building and starting an OpenSIPS 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
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)Released docker packages are visible on DockerHub https://hub.docker.com/r/opensips/opensips
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。