Skip to content

Commit 84ab89d

Browse files
justBraunIEMlukasmittag
authored andcommitted
docker version no longer fixed, but only as a note
1 parent 42f6ea0 commit 84ab89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fone2val/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ https://github.com/fraunhofer-iem/f1-telemetry-dashboard
1010
The custom [VSS File](./VSS/vss.json) contains specification points for further Application use.\
1111
The [`carTelemetry_feeder.ini`](./config/carTelemetry_feeder.ini) contains `kuksa.val`, `listenerIPAddr` and `PS5_UDPPort` configuration.
1212

13-
Before starting the [F1 feeder](./carTelemetry_feeder.py), you need to start the `kuksa.val databroker` docker container by running the following command in the main project folder:
13+
Before starting the [F1 feeder](./carTelemetry_feeder.py), you need to start the `kuksa.val databroker` docker container by running the following command in the main project folder (sucessfully tested with version 0.4.3):
1414
```
15-
docker run -it -v ./VSS:/VSS --rm --net=host -p 127.0.0.1:8090:8090 -e LOG_LEVEL=ALL ghcr.io/eclipse/kuksa.val/databroker:0.4.3 --insecure --vss /VSS/vss.json
15+
docker run -it -v ./VSS:/VSS --rm --net=host -p 127.0.0.1:8090:8090 -e LOG_LEVEL=ALL ghcr.io/eclipse/kuksa.val/databroker:master --insecure --vss /VSS/vss.json
1616
```
1717
This VSS folder, contains a custom vss.json file for this particular game.
1818
## Install dependencies and execution

0 commit comments

Comments
 (0)