[Feedback]Failed to load apps
It is impossible to fix this error. I have tried all possible solution but CasaOS remains unable to load the apps making the computer useless. Any decent tutorial to fix it?
Quoted from onefish2 from another thread that worked on my Pi 5:
A workaround without the need to downgrade docker version or portainer, which is to manually lower the minimum API version of docker:
systemctl edit docker.service
Add this part above the line ### Lines below this comment will be discarded:
[Service] Environment=DOCKER_MIN_API_VERSION=1.24
Save and exit systemctl restart docker
I'm surprised the CasaOS team still hasn't released an official fix for this.
Thanks! I will try and come back to you.
Quoted from onefish2 from another thread that worked on my Pi 5:
A workaround without the need to downgrade docker version or portainer, which is to manually lower the minimum API version of docker: systemctl edit docker.service Add this part above the line ### Lines below this comment will be discarded: [Service] Environment=DOCKER_MIN_API_VERSION=1.24 Save and exit systemctl restart docker
I'm surprised the CasaOS team still hasn't released an official fix for this.
I've just tried this here in my Ubuntu 22.04 LTS - OrangePI 5 Max. But not successful
Quoted from onefish2 from another thread that worked on my Pi 5:
A workaround without the need to downgrade docker version or portainer, which is to manually lower the minimum API version of docker: systemctl edit docker.service Add this part above the line ### Lines below this comment will be discarded: [Service] Environment=DOCKER_MIN_API_VERSION=1.24 Save and exit systemctl restart docker
I'm surprised the CasaOS team still hasn't released an official fix for this.
Thanks, it works for me. The containers are now accessible again through the web interface.
+1
Hi all! Sorry for the long wait, with the help of Sabitech, the installation script has been fixed 🙂 , now you can just do a clean install or use the current installation script to fix the previous docker app not loading. The new script has the following features:
Install the latest available Docker engine instead of Docker 24.0.7
Apply a Docker API compatibility override for newer Docker versions
Allow CasaOS services and baked-in apps to work with modern Docker
Please rest assured that we will continue to improve user experience and working hard to ensure compatibility across multiple platforms.