2
1
0

When I am trying to login using docker command:

sudo docker login -u docker -p docker nexus3.onap.org:10001 by using proxy I am getting error "http error connecting to proxy https:xxx.xxx.xx.xx:xxxx dial up tcp i.o timeout".

But if I try without proxy then able to login. So is there any problem validating for proxy.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Atul Shegokar It should be because of the proxy. Check the docker has proxy set using "docker info"

      For Systemd refer the following

      https://docs.docker.com/engine/admin/systemd/#httphttps-proxy

      For Ubuntu-14.04

      You can directly add proxy in /etc/default/docker

      1. Atul Shegokar

        Hi Kranthi,

        docker info shows the http proxy correctly.

        I followed your link. But still I am getting below error while clean deploy of appc-docker-project:

        [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.16.5:build (generate-images) on project installation-appc: Unable to pull 'onap/ccsdk-odlsli-image:0.1-STAGING-latest' from registry 'nexus3.onap.org:10001': Get https://nexus3.onap.org:10001/v1/_ping: x509: certificate signed by unknown authority (Internal Server Error: 500) -> [Help 1]

      2. kranthi guttikonda

        Atul Shegokar Looks like the error now is different than previous. Can you try manually pulling the image?

      CommentAdd your comment...