When agent2 is run in a container in the most basic way it is not able to monitor the network interfaces AND bridges of the Docker host. Also providing the Docker socket to the container and running it as privileged does not help.
I have not found the information about how we can run agent2 in a container and still having it monitor the Docker host's network interfaces AND bridges
How can this be achieved?
Background: unraid server use a bridge br0 to allow VMs to receive an IP address via DHCP from the network. The unraid server's IP is bound to the bridge br0, not to he actual network interface. The agent2 would need to discover the bridge to make it visible.
I have not found the information about how we can run agent2 in a container and still having it monitor the Docker host's network interfaces AND bridges
How can this be achieved?
Background: unraid server use a bridge br0 to allow VMs to receive an IP address via DHCP from the network. The unraid server's IP is bound to the bridge br0, not to he actual network interface. The agent2 would need to discover the bridge to make it visible.
Comment