Public Access
DEVX-155: fix: add --iptables=false to local dockerd
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:
co-authored by
Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
parent
5e1337e524
commit
36ea71aadc
@@ -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}",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user