I just pulled the latest image for the RPI Zero and when I tried my Docker Run command to install the image I am getting this error:
docker: Error response from daemon: error creating overlay mount to /var/lib/docker/overlay2/e374ef8a15f37644db9e55d7da6c64c3cae14d4d1064b9fc072fbf3aaf3fb45f-init/merged: no such file or directory.
I pulled the RPi Zero image with: docker pull --platform linux/arm/v6 rhasspy/rhasspy
Iāve setup two rpi0 (running volumio in a berryboot environment) just yesterday, using almost the same commands (i didnt use host option but ports)
For me it is still working fine. what distro are you running?
docker: Error response from daemon: error creating overlay mount to /var/lib/docker/overlay2/d225ed315311fdeb7f876dfa8788f1fa53ce50b7d1237193a2b7adb59f13caa3-init/merged: no such file or directory.
See ādocker run --helpā.
Do you already have a container named rhasspy (from --name rhasspy)?. Try to delete it (docker container rm rhasspy) before running docker run (or change the name of your new container).
The first time I renamed the old container but after running into the error after that Iāve been removing the container.
Also there are no other containers on this system. Is there a way to remove downloaded images?
Iām wondering if there is something wrong with the 2.5.8 image I pulled in that I thought I had pulled it. I removed 2.5.7 and installed 2.5.8 but when I checked the web interface it was 2.5.7.
So I pulled 2.5.8 again and then I got the errors.
Maybe the initial pull died, and Iāve got bits missing? Iām assuming there is a hash check for the image but I donāt know.
Let me know if this works. Iām not able to build AppImages for the Pi Zero currently, so Docker is going to be the only path for it now besides a source build.
I removed Rhasspy and Docker from my system and started over with a fresh Docker and Rhasspy install.
I installed 2.5.8 and it is running properly now. Well itās slow but I think there is a problem with the SD card. I picked up a replacement one just today.