1

I am trying to push a docker image to a private docker repository from ubuntu machine on local network.

When I go to the url https://172.17.3.50:443/v2/, everything looks fine. When I push an image to a private registry, I receive an error "Get https://172.17.3.50:443/v2/: dial tcp 172.17.3.50:443: connect: no route to host"

1 Answers1

0

Spin up a different container docker run -ti ubuntu and test if you can reach your registry with curl https://172.17.3.50:443/v2/

Vad1mo
  • 5,156
  • 6
  • 36
  • 65