解决方法: 在”/etc/docker/“目录下,创建”daemon.json“文件。在文件中写入: { "insecure-registries":["192.168.0.180:5000"] }保存退出后,重启docker。问题解决