docker-registry - docker registry push后不成功,并且ping https了
伊谢尔伦
伊谢尔伦 2017-04-24 09:12:17
0
2
680

为什么最后会去get https了 而且我怀疑都没push成功 因为都没返回id之类的

我创建registry image语句是
docker run -d -p 5000:5000 registry 在浏览器里也只能访问192.168.99.100:5000(环境是osx)

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

Antworte allen(2)
洪涛

如果只是本地用楼上的答案应该没问题,如果远程建议用secure模式,我在ubuntu系统中搭建registry,远程使用的过程中也遇到过这个问题,这里有我整理的资料,希望对你有所帮助。

PHPzhong

自己解决了。
进入对应的docker-machine里 修改/var/lib/boot2docker/profile文件 EXTRA_ARGS='
--label provider=virtualbox
'

为EXTRA_ARGS='
--label provider=virtualbox --insecure-registry (docker-machine对应的ip):5000
'

保存后,出去restart 对应的machine即可

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!