docker-bind icon indicating copy to clipboard operation
docker-bind copied to clipboard

Container fails to load due to /etc/bind/named.conf error

Open richClubb opened this issue 3 years ago • 1 comments

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.

richClubb avatar Jul 09 '21 16:07 richClubb

Don't know exactly what the issue is but trying it on a different system seemed to solve it :( So this isn't blocking for me, but I'm leaving it open in case someone else wants to investigate this.

Please feel free to close if it is likely a user error

richClubb avatar Jul 12 '21 09:07 richClubb