Use host mode for docker network #235

Manually merged
rarias merged 1 commits from docker-tc1 into master 2026-03-05 15:38:02 +01:00
Owner

In order to reduce the traffic of the secondary Ethernet device we need
to be able to directly use the physical device instead of the virtual
one. For now use the host mode and see later if we can revert it.

In order to reduce the traffic of the secondary Ethernet device we need to be able to directly use the physical device instead of the virtual one. For now use the host mode and see later if we can revert it.
rarias added 1 commit 2026-03-05 15:08:49 +01:00
Use host mode for docker network
All checks were successful
CI / build:cross (pull_request) Successful in 8s
CI / build:all (pull_request) Successful in 16s
d0a795e52f
In order to reduce the traffic of the secondary Ethernet device we need
to be able to directly use the physical device instead of the virtual
one. For now use the host mode and see later if we can revert it.
rarias requested review from abonerib 2026-03-05 15:08:53 +01:00
rarias force-pushed docker-tc1 from d0a795e52f to 13bebe6f52 2026-03-05 15:12:13 +01:00 Compare
abonerib approved these changes 2026-03-05 15:13:27 +01:00
abonerib left a comment
Collaborator

LGTM, but I am not sure of the security implications of giving access to the host network to the runner.

LGTM, but I am not sure of the security implications of giving access to the host network to the runner.
Author
Owner

LGTM, but I am not sure of the security implications of giving access to the host network to the runner.

Thanks!, I don't think for our particular setup it causes new problems, but in the future we may want to add more restrictions for general runners. It may be possible to also reduce the traffic speed with tc on the virtual interface but I didn't investigate further.

I would leave it as-is for now as it is needed to do the TC1 tests and address it later when we have a bit more time to review it and do more experiments.

> LGTM, but I am not sure of the security implications of giving access to the host network to the runner. Thanks!, I don't think for our particular setup it causes new problems, but in the future we may want to add more restrictions for general runners. It may be possible to also reduce the traffic speed with tc on the virtual interface but I didn't investigate further. I would leave it as-is for now as it is needed to do the TC1 tests and address it later when we have a bit more time to review it and do more experiments.
rarias force-pushed docker-tc1 from 13bebe6f52 to 84a5cb09ee 2026-03-05 15:30:08 +01:00 Compare
rarias manually merged commit 84a5cb09ee into master 2026-03-05 15:38:02 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rarias/jungle#235