Bit of a docker newbie so please go easy on me.
Tried to use bind:latest but get the following error (as reported by docker logs bind) whenever I try to run the container.
09-Jul-2021 15:58:10.880 loading configuration from '/etc/bind/named.conf'
09-Jul-2021 15:58:10.880 /etc/bind/named.conf:19: missing ';' before end of file
09-Jul-2021 15:58:10.895 loading configuration: failure
09-Jul-2021 15:58:10.895 exiting (due to fatal error
I've checked the /etc/bind/named.conf* files and they look correctly formatted. What is weird is that the name.conf only has 11 lines so I don't know how it is getting an error on line 19.