Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 472 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 472 Bytes

Installing

Download to a local folder

$ git clone https://github.com/QantumEntangled/opensips-docker.git
$ cd opensips-docker

Build the docker image

$ docker build -t opensips-docker ./

Run the docker container

$ docker run -td --name opensips-container -p 80 -p 443 -p 5060 --cap-add=NET_ADMIN opensips-docker

To log into the container to make configuration changes

$ docker exec -it opensips-container /bin/bash