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
+4-1
Original file line number
Diff line number
Diff line change
@@ -144,20 +144,23 @@ sudo rm -rf ~/EspruinoHub
144
144
Run with Docker
145
145
---------------
146
146
147
+
More information how work Bluetooth in docker you can read in artical "[How to run containerized Bluetooth applications with BlueZ](https://medium.com/omi-uulm/how-to-run-containerized-bluetooth-applications-with-bluez-dced9ab767f6)" by Thomas Huffert
148
+
147
149
Install:
148
150
149
151
docker pull ghcr.io/espruino/espruinohub
150
152
151
153
Run from the directory containing your `config.json`:
152
154
153
-
docker run -d -v $PWD/config.json:/data/config.json:ro --restart=always --net=host --name espruinohub ghcr.io/espruino/espruinohub
0 commit comments