Home > other >  Docker pull private warehouse failure, docker expert help
Docker pull private warehouse failure, docker expert help

Time:09-18

Specific environment is:
The network is in the Intranet network;
Computer is both A and B two computers, how to run on A and B, respectively, the virtual machine, virtual machine operating system for ubuntu16.04,
Docker are fitted on the virtual machine, the version is 18. 03, set up on A docker private warehouse, and then run in B docker pull command error:
The specific error message:
The error response from the daemon: Get https://xx.xx.xx.xx:5000/v2/:http:server gave, the HTTP response to HTTPS client
Already according to the modified {" insecure - registries: "[" XXX, XXX. XXX. XXX: 5000"]} '& gt; The/etc/docker/daemon. Json
Still no effect, strives for the docker expert help

CodePudding user response:

Telnet port 5000's success?

CodePudding user response:

The error response from the daemon: login attempt failed to https://test.io:5000/v2/with the status: 401 Unauthorized
This is a user name or password error
The Error response from the daemon: Get https://test.io:5000/v1/users/: x509: certificate signed by unknown authority
CA. This is your hosts, CRT certificate and private warehouse in CA. CRT certificate does not match the cause, his CA host. CRT are generally issued by private warehouse side down, on the concrete steps can see my blog
{" errors ": [{" code" : "UNSUPPORTED", "message" : "The operation is UNSUPPORTED."}]}
This kind of circumstance is private warehouse does not support delete operation, need to config in the configuration file. Add delete yml: enabled: true field
Error during the connect: Post EOF
http://%2Fvar%2Frun%2Fdocker.sock/v1.30/auth:This is/etc/SSL directory not certs folder lead to

The above is a great god summary
  • Related