-
Hi. The server that I'm using for Nextcloud AIO is located in Iran and have some problems in accessing to auth.docker.io. I usually set a registry mirror for my docker like this:
But the issue is, the
How should I solve the issue? Could there be an option to use system registry mirrors instead of using the default one or a env var for it? Or anything else I can do? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 22 replies
-
Hi, thanks for your report. In general we might be able to retrieve this value via docker info. However I would need to know where to reach the authentication domain as this is apparently the one that is not reachable:
|
Beta Was this translation helpful? Give feedback.
-
The problem is the same as in .cn |
Beta Was this translation helpful? Give feedback.
-
@szaimen Based on my understanding, the
In the last response there is a PS. I referenced watchtower's code to figure this out as I was also facing this problem with it. Link |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for all the input. After thinking a bit more about this issue, the best solution from my POV is to add a check that blocks the installation if access to auth.docker.io is not possible: #5888 However it will also point everyone at https://github.com/nextcloud/all-in-one/tree/main/manual-install which allows to install the project in such environments. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for all the input. After thinking a bit more about this issue, the best solution from my POV is to add a check that blocks the installation if access to auth.docker.io is not possible: #5888
However it will also point everyone at https://github.com/nextcloud/all-in-one/tree/main/manual-install which allows to install the project in such environments.