I created a docker private registry on nexus3 (dockerized).
when im trying to log in using: "docker login -u admin -p admin123 myIP:8213"
i get the following message: "Error response from daemon: Get https://myIP:8213/v2/: dial tcp myIP:8213: getsockopt: no route to host
i created nexus3 container with port 8213 exposed.
can anybody help?
TNX