Use host mode for docker network #235
Reference in New Issue
Block a user
Delete Branch "docker-tc1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
d0a795e52fto13bebe6f52LGTM, 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.
13bebe6f52to84a5cb09ee