TrayceGUI is a cross-platform desktop application which lets you interface with the TrayceAgent to monitor network requests in Docker containers.
See the Build Guide.
Get started by setting up a Python virtual env.
python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r dev-requirements.txt
make run
make test
Or run specific test(s):
make test -- -k describe_containers_dialog