Nexus hosted docker registry with changed NEXUS_CONTEXT: nexus/

Hello everyone!

I have created nexus and now I am trying to configure the private docker registry.
Nexus locates on the changed path, like https://ip_addr/nexus/.
I have created a docker repo and enabled HTTP on 8083 port.
Docker Registry API Support Enable Docker V1 API: enabled too.

I’ve added ip-address to insecure-registries.
When I try to connect:
$ docker login ip_addr:8083/nexus/repository/docker-private/

Username: admin
Password: 

Error response from daemon: Get https://Ip_addr:8083/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

$ docker login https://ip_addr:8083/nexus/repository/docker-private/

Username: admin
Password: 

Error response from daemon: Get https://ip_addr:8083/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

$ docker login https://ip_addr/nexus/repository/docker-private/

Username: admin
Password: 

Error response from daemon: login attempt to http://ip_addr/v2/ failed with status: 404 Not Found
$ docker login http://ip_add/nexus/repository/docker-private/

$ docker login http://ip_addr/nexus/repository/docker-private/

Username: admin
Password: 

Error response from daemon: login attempt to http://ip_addr/v2/ failed with status: 404 Not Found

Should I configure something additionally?

Is the issue solved? I’m also facing the same issue.

See the warning in the docks - SSL and Repository Connector Configuration