One small addendum to my earlier solution:
- If you are building your own image based on one iof the balena images: make sure to not overwrite the
ENTRYPOINT
in your Dockerfile as this would disable the udev.
One small addendum to my earlier solution:
ENTRYPOINT
in your Dockerfile as this would disable the udev.