Ports of your call – How to setup docker with Portainer and as unprivileged user on a Raspberry (Linux)

Ports of your call – How to setup docker with Portainer and as unprivileged user on a Raspberry (Linux)

Be it HomeAssistant, mosqitto, NodeRed – I use docker to run them on a Raspberry and thanks to Portainer I can manage them with a a nice WebUI. It has been some time I set it up and as needed it again and had forgotten some of it I decided to make a short todo…

Hydras got a new head – how to add a USB device to a docker container (homeassistant) on Linux

Hydras got a new head – how to add a USB device to a docker container (homeassistant) on Linux

Plain and simple (or better in the case I forget it again). You can add the device when pulling and starting the HomeAssistant container. Make sure to adapt config path to yours.Add “–device/dev/NameOfDevice” If you don’t know the path of the USB device you can see a list of them with this command: I a…