拉artifactorydocker的形象

我不能使用下面的命令拉Artifactory泊坞窗图像

docker pull jfrog-docker-reg2.bintray.io/jfrog/artifactory-pro:latest 

它以下面的错误结束

 Error response from daemon: invalid registry endpoint https://jfrog-docker-reg2.bintray.io/v0/: unable to ping registry endpoint https://jfrog-docker-reg2.bintray.io/v0/ v2 ping attempt failed with error: Get https://jfrog-docker-reg2.bintray.io/v2/: dial tcp 119.81.184.206:443: i/o timeout v1 ping attempt failed with error: Get https://jfrog-docker-reg2.bintray.io/v1/_ping: dial tcp 119.81.184.206:443: i/o timeout. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add `--insecure-registry jfrog-docker-reg2.bintray.io` 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/jfrog-docker-reg2.bintray.io/ca.crt 

我在这里做什么? 为什么要求证书? 如果我访问JFrog回购链接,它会要求input用户名和密码。 我怎样才能得到这个图像。

我正在关注Artifactory的官方链接来做到这一点。 https://www.jfrog.com/confluence/display/RTF/Running+with+Docker 。 我在网上search,但没有解决scheme。

2017年更新: 文档现在提到:

 docker pull docker.bintray.io/jfrog/artifactory-pro:latest 

请参阅2017年2月的“ JFrogDev/artifactory-docker-examples issue 1 ”:

你应该使用docker.bintray.io标签。
这只是frog-docker-reg2.bintray.io的一个别名,所以你不会出错。