Download to a local folder
$ git clone https://github.com/modulytic/opensips-docker.git
$ cd opensips-dockerBuild the docker image
$ make buildRun the docker container
$ make startTo log into the container to make configuration changes
$ docker exec -it opensips /bin/bash