Containerized opensnitch-ui application (https://github.com/evilsocket/opensnitch)
119
Basic opensnitch-ui container to be used with the opensnitchd daemon. Built to prevent having to install version specific python libs in the system environment.
Note You need to have the opensnitch daemon running to be able to use this application. This image does not contain the daemon. For info on how to install and run the daemon, check here: https://github.com/evilsocket/opensnitch?tab=readme-ov-file#installation
For more info on OpenSnitch in general: https://github.com/evilsocket/opensnitch
Built and tested on Ubuntu 22.04, and based on the python3-opensnitch-ui_1.6.7-1_all.deb package.
Since opensnitch-ui is a Qt application, you will need to do some magic to get it to open the UI from the container:
xhost +local:root
docker run -d --network host -e DISPLAY=$DISPLAY -v /tmp/:/tmp/ --name opensnitch-ui --rm rutgerk/opensnitch-ui:latest
The application will first appear as an icon in your systray. Clicking it will open the main window.
Hope this will be useful to someone!
Content type
Image
Digest
sha256:19a0dde58…
Size
338.6 MB
Last updated
over 1 year ago
docker pull rutgerk/opensnitch-ui