Built-from-source container image of influxdb_exporter
docker pull [ content to come ]
- Compiled from source during build time
- Built
FROM scratch, with zero bloat - Reduced attack surface (no shell, no UNIX tools, no package manager...)
- Runs as unprivileged (non-
root) user