Docker找不到私有nuget服务
Posted ningyouyou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Docker找不到私有nuget服务相关的知识,希望对你有一定的参考价值。
docker 创建image遇到问题
因为项目中使用了本地搭建的私有nugut服务。
所以直接 dotnet restore (Restores the dependencies and tools of a project)操作会存在引用的包找不到的问题
参考资料:https://stackoverflow.com/questions/48821991/dockerfile-cant-see-local-file-or-private-nuget-server
修改dockerfile文件内容:RUN dotnet restore Web/Web.csproj" -s http://xxxxxx/nuget
以上是关于Docker找不到私有nuget服务的主要内容,如果未能解决你的问题,请参考以下文章