A modular FastAPI service providing network‑level diagnostic tools
10K+
A modular FastAPI service providing network‑level diagnostic tools:
The service exposes clean JSON APIs suitable for automation, monitoring, and security auditing.
/health endpoint for container orchestrationPull latest image:
docker pull sharevb/network-utils-ws:latest
Run it with access to the host Docker daemon:
docker run \
-p 8000:8000 \
sharevb/network-utils-ws:latest
Install dependencies:
pip install -r requirements.txt
Run locally:
uvicorn main:app --reload
MIT
Content type
Image
Digest
sha256:90990f764…
Size
60.3 MB
Last updated
18 days ago
docker pull sharevb/network-utils-ws