[sr-dev] [kamailio/kamailio] memory configuration using environment vars (#1252)

sergey-safarov notifications at github.com
Fri Sep 29 09:58:33 CEST 2017


I looked to other approach to pass program keys
We can use [`ENTRYPOINT`](https://docs.docker.com/engine/reference/builder/#exec-form-entrypoint-example) like
```
ENTRYPOINT ["kamailio", "-DD", "-E"]
```
And later run container as
```
docker run -it kamailio/kamailio -m 64 -M 8
```
I create PC

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1252#issuecomment-333058634
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170929/5545a406/attachment.html>


More information about the sr-dev mailing list