add build workflows and docker image

This commit is contained in:
2025-10-21 10:59:53 +02:00
parent 39009ccb35
commit 4ed1f26694
7 changed files with 214 additions and 0 deletions

View File

@@ -54,6 +54,23 @@ Or, if you have GNU Make installed, just execute:
go build
```
## Docker
To build:
```default
docker compose build
```
To run locally:
```default
mkdir t
chmod 1777 t
docker compose run -v ./t:/pvc ioexporter /pvc/blah
```
# Report bugs
[Please open an issue](https://github.com/TLINDEN/io-exporter/issues). Thanks!