码迷,mamicode.com
首页 > Windows程序 > 详细

Docker Unable to load the service index for source https://api.nuget.org/v3/index.json

时间:2020-10-29 09:58:23      阅读:28      评论:0      收藏:0      [点我收藏+]

标签:class   服务   报错   开始   org   docke   bsp   horizon   nbsp   

解决 Docker Unable to load the service index for source https://api.nuget.org/v3/index.json 问题

在部署jenkins的netcore项目时,使用git中拉取的netcore项目,报错了如下图
技术图片

我在jenkins里面写的脚本是

docker build --tag jenkinstest:${BUILD_NUMBER} .

一开始以为是网络ping不通,后来发现服务器自接可以wget这个json文件,排除这一可能

研究后发现是docker容器内无法连接外网

把语句改为以下即可

docker build --tag jenkinstest:${BUILD_NUMBER} . --network=host

Docker Unable to load the service index for source https://api.nuget.org/v3/index.json

标签:class   服务   报错   开始   org   docke   bsp   horizon   nbsp   

原文地址:https://www.cnblogs.com/zengpeng/p/13891231.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!