mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-17 12:31:03 +01:00
upd doc about docker usage
This commit is contained in:
@@ -67,9 +67,14 @@ To run locally:
|
|||||||
```default
|
```default
|
||||||
mkdir t
|
mkdir t
|
||||||
chmod 1777 t
|
chmod 1777 t
|
||||||
docker compose run -v ./t:/pvc ioexporter /pvc/blah
|
docker compose run -v ./t:/pvc ioexporter /pvc/testfile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or use the pre-build image:
|
||||||
|
|
||||||
|
```default
|
||||||
|
docker run -u `id -u $USER` -v ./t:/pvc ghcr.io/tlinden/io-exporter:latest /pvc/testfile
|
||||||
|
```
|
||||||
|
|
||||||
# Report bugs
|
# Report bugs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user