DEVX-155: fix: add --iptables=false to local dockerd
Post-merge / detect-and-configure (push) Canceled after 0s
Post-merge / release-and-maintain (push) Canceled after 0s

The new dockerd fails with 'iptables: Permission denied' because it
can't create NAT chains. Disable iptables since molecule tests don't
need network isolation.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
emil
2026-08-14 20:42:11 +02:00
co-authored by Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
parent 5e1337e524
commit 36ea71aadc
+1
View File
@@ -252,6 +252,7 @@ def start_docker_daemon(timeout: int = DEFAULT_TIMEOUT) -> bool:
"vfs",
"--data-root",
docker_data_root,
"--iptables=false",
"-H",
f"unix://{local_sock}",
],