Commit Graph

1 Commits (89205f25fa25bc93ddb46412a9c453848ef029e0)

Author SHA1 Message Date
Krish Sharma 2f76f0e4e5 feat: add Docker containerization and demo infrastructure
Docker Setup:
- Dockerfile: Full development environment with eBPF support
- Dockerfile.simple: Lightweight testing environment
- Dockerfile.run: Production-ready container configuration
- Dockerfile.demo: Demonstration environment setup

Demo Infrastructure:
- demo.sh: Comprehensive demonstration script with system checks
- demo-cargo.toml: Standalone cargo configuration for demos
- demo-lib.rs: Library configuration for non-eBPF testing

Analysis Outputs:
- comprehensive_analysis.json: Detailed analysis report example
- threat_analysis.csv: CSV format threat analysis export

Docker Features:
- Multi-stage builds for optimized container sizes
- eBPF toolchain installation and configuration
- Network namespace setup for testing
- Automated testing and validation scripts

Demo Capabilities:
- System information gathering and display
- eBPF capability detection and validation
- Network interface enumeration
- Traffic generation and analysis examples
- Linux container environment verification

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
3 weeks ago