Hi

Thanks for your reply

The status is active
docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor 
preset: disabled)
  Drop-In: /etc/systemd/system/docker.service.d
           └─http-proxy.conf, https-proxy.conf
   Active: active (running) since Sun 2017-08-13 20:17:07 PDT; 7min ago
     Docs: http://docs.docker.com

When I input docker login it has the same error message

When I try to pull the image
docker pull nexus3.onap.org:10001/openecomp/mso:1.0-STAGING-latest
it shows:
v2 ping attempt failed with error: Get https://nexus3.onap.org:10001/v2/: EOF
v1 ping attempt failed with error: Get https://nexus3.onap.org:10001/v1/_ping: 
EOF


Best wishes,
Rujun, Li

From: Elhay Efrat [mailto:[email protected]]
Sent: Monday, August 14, 2017 11:55 AM
To: Li, Rujun <[email protected]>; [email protected]
Subject: RE: [onap-discuss] cannot download docker image

Hi
Restart your docker engine
systemctl restart docker
Or
service docker restart
Or
/etc/init.d/docker restart
Run again same command with status
If it active try to pull

Let me know ;)
Elhay Efrat

-- Sent from my Android Device


________________________________
From: 
[email protected]<mailto:[email protected]> 
on behalf of Li, Rujun
Sent: Monday, August 14, 2017 3:04:43 AM
To: [email protected]<mailto:[email protected]>
Subject: [onap-discuss] cannot download docker image
Hi all

When I input the command

docker login -u docker -p docker nexus3.onap.org:10001

It shows the error

Error response from daemon: invalid registry endpoint 
https://nexus3.onap.org:10001/v0/: unable to ping registry endpoint 
https://nexus3.onap.org:10001/v0/
v2 ping attempt failed with error: Get https://nexus3.onap.org:10001/v2/: EOF
v1 ping attempt failed with error: Get https://nexus3.onap.org:10001/v1/_ping: 
EOF. If this private registry supports only HTTP or HTTPS with an unknown CA 
certificate, please add `--insecure-registry nexus3.onap.org:10001` to the 
daemon's arguments. In the case of HTTPS, if you have access to the registry's 
CA certificate, no need for the flag; simply place the CA certificate at 
/etc/docker/certs.d/nexus3.onap.org:10001/ca.crt

and then I use
openssl req -newkey rsa:4096 -nodes -sha256 -keyout certs/domain.key -x509 
-days 365 -out certs/domain.crt
to generate a .crt file and copy it to 
/etc/docker/certs.d/nexus3.onap.org:10001/ca.crt and restart docker

but it shows that it doesn't have any effect.

Can you offer some help? thanks


Best wishes,
Rujun, Li

This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at https://www.amdocs.com/about/email-disclaimer
_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to