docker-dns-gen icon indicating copy to clipboard operation
docker-dns-gen copied to clipboard

Container stops working

Open j3j5 opened this issue 1 year ago • 1 comments

Hi, I'm using this and for some reason, every now and then, the container stops listening on port 53 and I have to restart it to make it work. Checking the container logs, I see a message being output every second or so that reads

sed: no previous regexp

Any idea what could it be or how to fix it?

Thanks!

j3j5 avatar Mar 01 '23 20:03 j3j5

Hello @j3j5

It depends on how you started dns-gen.

My hypothesis

  • The environment variable GATEWAY is empty.
    • It explains the complaint of sed.
    • look at the Manual install for details
  • Maybe related to #30

alquerci avatar Dec 27 '23 18:12 alquerci