diff --git a/framework/python/src/net_orc/network_orchestrator.py b/framework/python/src/net_orc/network_orchestrator.py index 2a567529f..b716f2ab4 100644 --- a/framework/python/src/net_orc/network_orchestrator.py +++ b/framework/python/src/net_orc/network_orchestrator.py @@ -538,6 +538,7 @@ def _start_network_service(self, net_module): # DNS configuration (/etc/resolv.conf) Re-add when/if # this network is utilized and DNS issue is resolved #network=PRIVATE_DOCKER_NET, + network_mode="none", privileged=True, detach=True, mounts=net_module.mounts,