Termshark in docker !!
Wireshark in a terminal …
Termshark is pretty cool utility https://termshark.io/, essentially wireshark in a terminal mode. It can be run in a docker container as shown and on kubernetes (coming up soon ;-).
Building a poc container
docker run -itd --privileged=true --net=host --name termshark ubuntu