I have a course at uni about networks. We use two hefty virtual machines to facilitate communication between two IP's.
I was thinking weather it would be possible to monitor the packets of several containers on a virtual bridged network in docker.
My current solution is using the linuxserver/wireshark to spin up two separate containers so that I can intercept traffic coming to them specifically. I would however like to view all traffic on the virtual network.
I am on Windows 11 using WSL2 as a backend for docker and using docker-desktop. I am a bit lost on how to proceed from here or if it is even at all possible.