Installing a customized app from private registry

I have an issue during installing a customized app:


I couldn’t find a solution here and in discord community.

There is a private registry, when I try to pull images from it, I get an authorization error.
I pulled them manually via ssh, everything is on host now.
image

I’m trying to install the application again and I get the same issue.
Why Zima is trying to find them online instead of taking them from the host?

Thanks for your feedback, we have reproduced your problem, we were able to start successfully by using docker compose up -d in ssh, and when we give you the full solution tomorrow, you can also try to solve it yourself in advance

1 Like

Hi, the current solution is to start the container via docker compose up -d, the machine shutdown will not cause the container to be lost, and it will also appear in the dashboard.
We will fix the issue you mentioned in a future version.

The containers are running.


The app appear in the dashboard, but appears stopped, even though all the containers are running.

thanks a lot for help

The issue is that the compose file lacks a “name” field.
To fix this, go to the app’s settings, enter a title, and save the changes.

1 Like

Thanks