I had a hard time to recover after adding some wrong value to "allow-recursion". The whole Docker image failed to start, thus I couldn't fix the wrong value:
26-Aug-2019 14:52:30.512 loading configuration from '/etc/bind/named.conf'
26-Aug-2019 14:52:30.512 /etc/bind/named.conf.options:30: expected prefix length near '16,192.168.0.0'
26-Aug-2019 14:52:30.513 loading configuration: unexpected token
26-Aug-2019 14:52:30.513 exiting (due to fatal error)
Would it be possible to make the Docker image fail safe when bind cannot start?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I had a hard time to recover after adding some wrong value to "allow-recursion". The whole Docker image failed to start, thus I couldn't fix the wrong value:
Would it be possible to make the Docker image fail safe when bind cannot start?
Cheers, Dieter