Docker container is not mapping to local directory

Hello,

I am running HomeAssistant in docker container on Rasbery Pi. It works fine and configuration is saved between reboots.

Docker Information is below and local directory is mapped as shown:

However this directory is empty !

pi@raspberrypi:/homeassist $ ls -a /homeassist
. …

Here is only config I see:

pi@raspberrypi:/ $ sudo find . -name configuration.yaml
./var/lib/docker/overlay2/9b14ff6cac083b240d262e2cb70b22c93484eefaa8dc728961ee61e5b70f071e/diff/config/configuration.yaml
./var/lib/docker/overlay2/9b14ff6cac083b240d262e2cb70b22c93484eefaa8dc728961ee61e5b70f071e/merged/config/configuration.yaml

where is the local configuration, so I can edit it?

thanks

Show us your docker run command used to install HA.

PATH_TO_YOUR_CONFIG is not literally supposed to be in your Docker command. Choose a place where you actually want to store your configuaration and put that in the command.