You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,16 @@ git tag -f v0.0.1-myversion
32
32
make build
33
33
```
34
34
35
+
## Docker
36
+
37
+
You can run the client application in a docker container by executing the following command.
38
+
39
+
```sh
40
+
docker run --rm -it -e NUM_DEVICES=1 -p 8080:8080 ghcr.io/plgd-dev/client-application:latest
41
+
```
42
+
43
+
Via environment variable NUM_DEVICES you can specify the number of devices simulators. The default value is 1. The client application will be available at [http://locahost:8080](http://locahost:8080).
44
+
35
45
## YAML Configuration
36
46
37
47
A configuration template is available on [config.yaml](./config.yaml).
0 commit comments