mirror of
https://github.com/bartdorsey/sysmon-go.git
synced 2026-06-01 01:11:29 +00:00
A simple go webserver you can run in docker that gives you a system monitor.
- JavaScript 40.7%
- Go 39.1%
- CSS 15.9%
- HTML 3.8%
- Dockerfile 0.5%
/proc/mounts is a symlink to self/mounts, so /host/proc/mounts still resolves into the container's own mount namespace. Use /host/proc/1/mounts instead — PID 1 is always in the host's initial mount namespace, giving the true host mount table including virtiofs. Co-Authored-By: Bart Dorsey <bart@bartdorsey.com> |
||
|---|---|---|
| static | ||
| .gitignore | ||
| CLAUDE.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| main.go | ||