You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the script previously fine together with iobroker on a rasp pi 4.
Now I wanted to try out the homeassistant OS and running the script in a docker container.
I can't get it to create the container and run the script with the provided docker run command.
I have all files from the latest release in one folder, created a HymilesZeroExport_Config_Override.ini file. (from my previously working instllation)
I also have the Dockerfile and the compose.yaml in that directory.
Then running the provided command
docker: Error response from daemon: error while creating mount source path '/root/HoymilesZeroExport/HoymilesZeroExport_Config_Override.ini': mkdir /root/HoymilesZeroExport: read-only file system.
I guess I'm missing something here?
Could someone provide a short step by step description how to setup such a container? Or point out which step I'm missing?
Thanks in advance!
-Falerion
The text was updated successfully, but these errors were encountered:
I ran the script previously fine together with iobroker on a rasp pi 4.
Now I wanted to try out the homeassistant OS and running the script in a docker container.
I can't get it to create the container and run the script with the provided docker run command.
I have all files from the latest release in one folder, created a HymilesZeroExport_Config_Override.ini file. (from my previously working instllation)
I also have the Dockerfile and the compose.yaml in that directory.
Then running the provided command
docker run -d --name hoymileszeroexport \ -v ${PWD}/HoymilesZeroExport_Config_Override.ini:/app/HoymilesZeroExport_Config_Override.ini \ ghcr.io/reserve85/hoymileszeroexport:main -c ./HoymilesZeroExport_Config_Override.ini
I then get the error message
docker: Error response from daemon: error while creating mount source path '/root/HoymilesZeroExport/HoymilesZeroExport_Config_Override.ini': mkdir /root/HoymilesZeroExport: read-only file system.
I guess I'm missing something here?
Could someone provide a short step by step description how to setup such a container? Or point out which step I'm missing?
Thanks in advance!
-Falerion
The text was updated successfully, but these errors were encountered: