mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-17 04:21:00 +01:00
add build workflows and docker image
This commit is contained in:
17
README.md
17
README.md
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user