update docker version#509
Conversation
fda500f to
427c9fc
Compare
Signed-off-by: Max Knee <max.knee@nytimes.com>
427c9fc to
19d0d55
Compare
|
@maxknee Could you please share more details about the issue you encountered? Does upgrading the Docker dind image to this exact version |
|
there's an issue with how the docker in docker behaves with IPTables in the latest 6.18 linux kernel because theres missing IPTable configs on the older version of docker. |
|
Diagnostic evidence Host kernel config CONFIG_IP_NF_NAT and CONFIG_IP_NF_FILTER are completely absentHost iptables works (nft backend) (no output)$ modprobe ip_tables $ modprobe iptable_nat iptables v1.8.7 (legacy) time="..." level=warning msg="Running iptables --wait -t nat -L -n failed with message: failed to start daemon: Error initializing network controller: error obtaining controller |
Updating latest docker in docker.
We are seeing an issue with the latest 6.18 linux kernel:
latest: Pulling from plugins/gcr Digest: sha256:6d47e0f5c7f3e23018d9d9235129ed2df47f7ab67a2fa566aba33176fe52dd56 Status: Downloaded newer image for plugins/gcr:latest + /usr/local/bin/dockerd --data-root /var/lib/docker --host=unix:///var/run/docker.sock --dns 10.248.2.2 Unable to reach Docker Daemon after 15 attempts.