krisbuist / timeular-zei-linux

Linux client for the Timeular ZEI
MIT License
32 stars 11 forks source link

Dockerization? #11

Open keikoro opened 4 years ago

keikoro commented 4 years ago

I was wondering if anyone using the app knows how to put it into a Docker container. I've tried, but I'm failing at making Bluetooth work (I'm looking to to use it both with built-in BT and USB dongles). ... Which seems tricky in general, based on my research of the issue.

Reason being that I don't know or use Go at all, and getting it set up and the app running on one machine was quite a bit of work, which I'd prefer to avoid having to repeat.

krisbuist commented 4 years ago

I haven't attempted to run the project in Docker, but I assume you need to (at least) start the container with runtime privilege (https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities). What does your Docker file look like so far?