we cannot successfully pull from docker.io without DNS
authorDavid Blacka <david@blacka.com>
Sun, 26 Feb 2023 19:32:21 +0000 (14:32 -0500)
committerDavid Blacka <david@blacka.com>
Sun, 26 Feb 2023 19:32:21 +0000 (14:32 -0500)
docker.named.service

index 422319d..d641a35 100644 (file)
@@ -8,7 +8,8 @@ TimeoutStartSec=0
 Restart=always
 ExecStartPre=-/usr/bin/docker stop bind9
 ExecStartPre=-/usr/bin/docker rm bind9
-ExecStartPre=/usr/bin/docker pull docker.io/internetsystemsconsortium/bind9:9.18
+# note: this container is actually provding DNS service, so when that is missing, the pull fails.
+# ExecStartPre=/usr/bin/docker pull docker.io/internetsystemsconsortium/bind9:9.18
 ExecStart=/etc/bind/run_bind_container.sh
 
 [Install]