Rancher catalog with nexus repository

Hello,

I setup a docker hub proxy in my sonartype nexus. This proxy is available are working great from my docker nodes.
My Nexus is configured just has docker hub proxy.

Is there a way to tell to rancher catalog to use this proxy ?

Regards,

The rancher catalog is a Git based server, not a Docker registry.

You can host your own catalog using any Git server (GitHub, GitLab, etc) and add a new catalog URL in the Admin|Settings page.

If you want to be able to use container images that are stored in your private registry in Nexus, then you’ll need to add the Registry to each Rancher Environment under Infrastructure|Registries

Ok thank you It’s more clear to me.