Docker bridge custom network to act as Hub instead of a Switch in order to sniff traffic from docker container [closed]
I am trying to sniff all traffic going through a docker custom bridge network from all containers.
I have set up a container running ubuntu where wireshark is installed.
The problem is that the docker custom bridge network seems to work as a switch.
When I execute a ping to another container I just can see the first ARP request in my "sniffing" ubuntu container.
I have tried to set icc to true but it does not seem to change anything.
Here the results of "docker network inspect mynet":
[...