You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
I build a private registry on a virtual machine, setup it with command below:
docker run -d -p 5000:5000 --restart=always --name registry
-v pwd/certs:/certs
-e REGISTRY_HTTP_TLS_CERTIFICATE=/certs/domain.crt
-e REGISTRY_HTTP_TLS_KEY=/certs/domain.key
registry
Then i run push/pull request to the registry on another virtual machine with command:
docker pull xx:5000/debian
however, i got an err like this:
"Error response from daemon: Get https://xx:5000/v1/_ping: EOF", someone can help me?
The text was updated successfully, but these errors were encountered:
docker run -d -p 5000:5000 --restart=always --name registry
-v pwd/certs:/certs
-e REGISTRY_HTTP_TLS_CERTIFICATE=/certs/domain.crt
-e REGISTRY_HTTP_TLS_KEY=/certs/domain.key
registry
docker pull xx:5000/debian
however, i got an err like this:
"Error response from daemon: Get https://xx:5000/v1/_ping: EOF", someone can help me?
The text was updated successfully, but these errors were encountered: