https://github.com/wiremind/nginx-vts-exporter-container
Build a nginx image bundled with the nginx-vts-exporter
https://github.com/wiremind/nginx-vts-exporter-container
Last synced: 5 months ago
JSON representation
Build a nginx image bundled with the nginx-vts-exporter
- Host: GitHub
- URL: https://github.com/wiremind/nginx-vts-exporter-container
- Owner: wiremind
- Created: 2025-05-26T17:49:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-25T14:33:05.000Z (9 months ago)
- Last Synced: 2025-09-25T16:33:16.288Z (9 months ago)
- Language: Dockerfile
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-vts-exporter-container
This repository builds a container image based on the `docker.io/nginxinc/nginx-unprivileged` image with the [nginx-module-vts](https://github.com/vozlt/nginx-module-vts) compiled as a dynamic module.
The image is automatically built and published to GitHub Container Registry.
## Usage
```bash
docker run ghcr.io//:latest
# or pin to a specific combination of versions
docker run ghcr.io//:nginx--vts-
```