Skip to content

Files

21 lines (17 loc) · 432 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 432 Bytes

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 start the image, simply run:

make start