问题

root@ubuntu:~# docker push 192.168.19.12:5000/application/huginn


The push refers to a repository [192.168.19.12:5000/application/huginn] (len: 1)
unable to ping registry endpoint https://192.168.19.12:5000/v0/
v2 ping attempt failed with error: Get https://192.168.19.12:5000/v2/: EOF
 v1 ping attempt failed with error: Get https://192.168.19.12:5000/v1/_ping: EOF


解决方法

vi /etc/default/docker
加入

DOCKER_OPTS="$DOCKER_OPTS --insecure-registry=192.168.19.12:5000"


Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐