Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SIP in docker container
#3
Hi Michael,

Restarting SIP within a container doesn't seem logical to me. Once SIP stops (or dies) the container should be killed.
Usually you should configure the entire application and its environment in the dockerfile. If you update a container from within the container your dockerfile will be out of date.
Ideally you should keep the specific settings etc. outside the container. In this case I would create a git repository with all specific commands and settings. In the dockerfile then just before starting SIP you can do a git clone and if necessary fire up some stuff to get prepared.

Hope this make a little sense,
--Gerard
Reply


Messages In This Thread
SIP in docker container - by mimer - 2020 Jun 12, 10:44 AM
RE: SIP in docker container - by dan - 2020 Jun 12, 02:56 PM
RE: SIP in docker container - by astrogerard - 2020 Jun 12, 04:18 PM
RE: SIP in docker container - by mimer - 2020 Jun 13, 06:03 AM
RE: SIP in docker container - by mimer - 2020 Jun 13, 07:49 AM
RE: SIP in docker container - by astrogerard - 2020 Jun 13, 09:54 PM
RE: SIP in docker container - by mimer - 2020 Jun 14, 04:13 AM
RE: SIP in docker container - by mimer - 2020 Jun 14, 07:37 AM
RE: SIP in docker container - by mimer - 2020 Jun 14, 01:35 PM
RE: SIP in docker container - by astrogerard - 2020 Jun 14, 03:52 PM
RE: SIP in docker container - by Noschvie - 2021 May 20, 02:00 PM

Forum Jump:


Users browsing this thread: 4 Guest(s)