<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p dir="auto">This morning, I had several
internetsystemsconsortium/bind9:9.18 containers update and none of
them would launch properly, they just kept restarting.</p>
<p dir="auto">The containers do no logging at all, and I couldn't
determine any root cause. I tried disabling mount points,
adjusting permissions, etc. Nothing would bring the containers up.
Even running the simplest:</p>
<p dir="auto"><code class="notranslate">docker run \ --name=bind9 \
--restart=always \ --publish 53:53/udp \ --publish 53:53/tcp \
--publish 127.0.0.1:953:953/tcp \
internetsystemsconsortium/bind9:9.18</code></p>
<p dir="auto">would not produce a working container. I also tried
internetsystemsconsortium/bind9:9.20 and
internetsystemsconsortium/bind9:9.21, and these containers just
kept restarting as well.</p>
<p dir="auto">I ultimately replaced the image pull with
ubuntu/bind9:latest and things are working for me again.</p>
<p dir="auto">I'm typically running Docker version 25.0.3.</p>
<p dir="auto">I feel like if I had basic logging, I could provide
more information, possibly even resolved the issue and reported
the fix. Can we get logging to work?</p>
<p dir="auto">--dan<br>
</p>
</body>
</html>