Marco Cadetg
Marco Cadetg
@GyulyVGC this works on my feroda 41 using following steps: ```sh docker build -t sniffnet . ``` ```sh docker run -it \ --net=host \ -v $XDG_RUNTIME_DIR/$WAYLAND_DISPLAY:/tmp/$WAYLAND_DISPLAY \ -e WAYLAND_DISPLAY=$WAYLAND_DISPLAY \...
@GyulyVGC regarding platform agnostic. AFAICT docker images _ARE_ platform dependent and can't be made platform agnostic. That said I've altered the github workflow `docker` job to build various different images...
@GyulyVGC Thanks for your comment. I did spend quite a bit of time on this and I believe that we should primarily focus on supporting the Docker on Linux, where...
@GyulyVGC - [x] use a different CI/CD file to build the image so that I can run independently from the package workflow (I may run the package multiple times for...
> Hey @domcyrus I want to thank you again for the work, I tested it and everything is fine. The only minor doubt I have is that when an image...