Public Access
DEVX-155: fix: disable bridge and ip6tables for local dockerd
The new dockerd can't create bridge network or ip6tables chains (permission denied). Disable both — molecule tests use host network. 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
36ea71aadc
commit
d7c9b7fa94
@@ -253,6 +253,8 @@ def start_docker_daemon(timeout: int = DEFAULT_TIMEOUT) -> bool:
|
||||
"--data-root",
|
||||
docker_data_root,
|
||||
"--iptables=false",
|
||||
"--ip6tables=false",
|
||||
"--bridge=none",
|
||||
"-H",
|
||||
f"unix://{local_sock}",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user