Hi there,
I installed hass.io
via the hassio_install.sh script and I
am now wondering how you’re supposed to add a docker volume bind to the homeassistant container.
docker ps shows me I have multiple containers running.
Two of these are homeassistant and hassio_supervisor.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e0b29b44ca41 homeassistant/raspberrypi4-homeassistant:0.100.2 "/bin/entry.sh pytho…" 3 hours ago Up 3 hours homeassistant
0d2e99c597b5 homeassistant/armv7-hassio-supervisor "/bin/entry.sh pytho…" 10 hours ago Up 3 hours hassio_supervisor
To my understanding hassio_supervisor starts the homeassistant container via homeassistant.py
I would like to add some docker bind volumes (external hard disks) to the homeassistant container.
Can someone advise me on how you are supposed to do this when using hassio_supervisor?
I can’t find any options on how to let hassio_supervisor know it should start homeassistant with additional mounts.
I also don’t find much on hassio_supervisor.
The installation script added /usr/sbin/hassio-supervisor with a “docker run” command for hassio_supervisor in it.
From there I can easily add volume binds to hassio_supervisor via “-v myDir:/myDir” commands.
But I’m missing the information how to do the same for the homeassistant container.
Thank you very much for your help.