Hi everyone,
After my ZimaBlade auto-updated to ZimaOS 1.70, I noticed that most of my containers disappeared from the home screen. To be clear: the containers are still running fine — docker ps shows all of them, and the websites/apps they serve are working. They’re just no longer displayed as icons on the ZimaOS home.
It looks like only the containers I installed through the App Store (or imported via the UI) are shown now. All the ones I launched myself from the terminal with docker compose or docker run — which is most of mine — are no longer listed, even though they worked and showed up before the update.
I checked and the ones that appear on the home match what’s under:
/DATA/.casaos/apps/
So it seems like 1.70 changed the home to only show apps that ZimaOS created itself, and dropped the auto-discovery of external containers that older versions did.
My questions:
- Is anyone else seeing this after updating to 1.70?
- Is this an intended change, or a bug?
- Is there a way to make the home show CLI-created containers again, or to import existing running containers into the home without recreating them from scratch?
I have a fair number of containers managed from the CLI, so recreating them one by one through the UI isn’t ideal. Any advice appreciated — thanks!