run this command on local machine where wireshark
is installed (e.g. MacOS)
export raw_pcap="$(mktemp -t pcap-raw)" ; \
echo "Raw pcap: $raw_pcap" ; \
wireshark -k -i <(ssh [email protected] '\
docker run --rm \
--net container:$(docker ps -qf name=haproxy) \