you use apt-get because kamailio-ci image base not on Debian dist kamailio-ci image based on Alpine
docker run --entrypoint cat kamailio/kamailio-ci:5.3-alpine /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=3.11.6 PRETTY_NAME="Alpine Linux v3.11" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/" here need use apk, like apk add mc On Wed, Jun 10, 2020 at 7:18 AM Pavithra Mohanraja <[email protected]> wrote: > Hi, > > Using the kamailio-ci images , I am unable to install any packages using > "apt-get install" inside the container . > > Is there any way to do it .. please suggest me. > > > Thanks, > Pavithra > > On Tue, Jun 9, 2020 at 4:16 PM Sergey Safarov <[email protected]> wrote: > >> kamailio-ci docker image contains only /etc/kamailio/kamailio.cfg config >> file >> if you want use own config this may be done via folder mount >> >> docker run --net=host --name kamailio \ >> -v /etc/kamailio:/etc/kamailio \ >> kamailio/kamailio-ci >> >> >> On Tue, Jun 9, 2020 at 10:49 AM Pavithra Mohanraja < >> [email protected]> wrote: >> >>> Hi , >>> >>> How can i get all configuration files in my docker image for kamailio >>> IMS. >>> >>> If i run the container , I am getting only kamailio.cfg file >>> Kindly help. >>> >>> >>> Thanks, >>> Pavithra >>> >>> On Mon, Jun 8, 2020 at 7:12 PM Sergey Safarov <[email protected]> >>> wrote: >>> >>>> you can check current modules for kamailio/kamailio-ci image >>>> >>>> docker run --rm=true --entrypoint ls kamailio/kamailio-ci:master -1 >>>> /usr/lib/kamailio/modules/ >>>> >>>> If some modules is missing, you can open ticket to add required modules >>>> https://github.com/kamailio/kamailio-ci/issues >>>> >>>> On Mon, Jun 8, 2020 at 3:23 PM Pavithra Mohanraja < >>>> [email protected]> wrote: >>>> >>>>> Hi , >>>>> Could anyone kindly tell me if there is docker images for kamailio IMS. >>>>> >>>>> I can able to see docker images for only Kamailio as a SIP server. >>>>> >>>>> Please help. >>>>> >>>>> >>>>> Thanks, >>>>> Pavithra >>>>> _______________________________________________ >>>>> Kamailio (SER) - Users Mailing List >>>>> [email protected] >>>>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >>>>> >>>> _______________________________________________ >>>> Kamailio (SER) - Users Mailing List >>>> [email protected] >>>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >>>> >>> _______________________________________________ >>> Kamailio (SER) - Users Mailing List >>> [email protected] >>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >>> >> _______________________________________________ >> Kamailio (SER) - Users Mailing List >> [email protected] >> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >> > _______________________________________________ > Kamailio (SER) - Users Mailing List > [email protected] > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >
_______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
