You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
416 B

version: '2'
services:
wireshark:
image: andrey01/wireshark
network_mode: host
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:ro
- $HOME/Downloads:/home/user/Downloads:ro
- /etc/localtime:/etc/localtime:ro
environment:
- DISPLAY=unix$DISPLAY
# https://forum.qt.io/topic/55144/qxcbconnection-xcb-error-qwarning
- QT_DEVICE_PIXEL_RATIO=2
cap_add:
- NET_ADMIN