timeular-zei-linux icon indicating copy to clipboard operation
timeular-zei-linux copied to clipboard

Dockerization?

Open keikoro opened this issue 5 years ago • 1 comments

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.

keikoro avatar Feb 23 '20 13:02 keikoro

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?

krisbuist avatar Feb 24 '20 12:02 krisbuist