Commit Graph

4 Commits

Author SHA1 Message Date
herlesupreeth
cc2c596987 Do not use two methods of syncing time at the same time
Method 1:

      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro

Mount these inside container so that host and container time are in sync

Method 2:

Pass the TZ environment variable and run the following inside container

$ ln -snf /usr/share/zoneinfo/Europe/Berlin /etc/localtime && echo Europe/Berlin > /etc/timezone
2020-09-25 08:37:47 +02:00
herlesupreeth
27fad29530 Add alternate method to sync time inside the docker 2020-09-25 08:09:00 +02:00
herlesupreeth
0a65eac4c2 Populate IMS and EPC domains using MCC and MNC 2020-07-27 10:19:34 +02:00
herlesupreeth
77a6797450 Add Docker files to build Kamailio ICSCF 2020-07-26 16:22:13 +02:00