timeular-zei-linux
timeular-zei-linux copied to clipboard
Dockerization?
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.
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?