You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: