Rancher using nexus3 registry

Hello guys,

I am facing this problem when I try to get an image from my nexus3 server.

Do you have any idea how to fix it?

I fixed it on the rancher main server using:

[root@rancher ~]# cat /etc/docker/daemon.json
{
“insecure-registries”: [“3.xx.xx.xx:8082”, “3.xx.xx.xx:8083” ]
}
However I can’t do it inside rancher container

Regards