-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated README and added Debian install guide in docs #3
base: master
Are you sure you want to change the base?
Conversation
@richb-hanover just wanted to see if you had an opportunity to test this out. I've been running this container for about a month now and it seems to be working well after I fixed the problem I was having with the lock file. I haven't actually needed to use it to troubleshoot any real problems with my network, but it's nice to have a visual interface where I can see traffic and correlate it to things I was doing at that time. This is much more lightweight than many of the other options that were available. |
Thanks for the note. I finally had a chance to try out the new Dockerfile. I had a few problems:
|
Hi @richb-hanover ! Thanks for replying.
I'll take a stab at modernizing the Dockerfile and follow up here shortly. |
@richb-hanover After some tinkering, I've discovered that, unfortunately, the wvnetflow software doesn't compile on ARM-based systems due to processor architecture differences and unresolved issues in the source code. It's designed for x86/x64 architectures, and adapting it to support ARM would require modifications to the upstream project. While making it ARM-compatible could be an appealing endeavor - allowing it to run on devices like a Raspberry Pi - it would involve a significant amount of work, which I currently don't have the bandwidth to take on. Do you have another device with an Intel or AMD CPU where you could try running it instead? |
Oh, the hoops we jump through to deploy useful software...
|
As requested, I made some changes to the README. Rather than remove the CLI instructions entirely, I separated it into two sections - one for creating the container via-CLI and one for Compose.
I also added an
INSTALL.debian.md
file to thedocs
directory, briefly outlining the process I took to get this running in my own particular environment.Hope this helps and please let me know if anything is off.