From 08295b9e6f128c036afdb089f2bd0eb16fbfa14f Mon Sep 17 00:00:00 2001 From: jhughesbiot Date: Mon, 3 Jun 2024 15:06:23 -0600 Subject: [PATCH] Change network mode on network modules to fix gateway routing --- framework/python/src/net_orc/network_orchestrator.py | 1 + 1 file changed, 1 insertion(+) 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,