red-vegetable-45199
03/21/2023, 6:28 AMWARN[0010] Can't pull Docker image [<image in our private registry>] on host [<hostname>]: Error response from daemon: Get <image in our private registry>: uknown: Authentication is required
However, if I ssh to that <hostname>, and run following command as root:
docker pull <image in our private registry>
Everything is fine.
Some insight?