Unable to load the service index for source https://api.nuget.org/v3/index.json. [C:\app\aspnetapp.csproj]

后端 未结 13 1887
温柔的废话
温柔的废话 2021-02-12 01:45

https://github.com/dotnet/dotnet-docker-samples/tree/master/aspnetapp

Docker command docker build -t aspnetapp.

I am getting an error for docker bui

13条回答
  •  不要未来只要你来
    2021-02-12 01:56

    One more reason why this happens. If your docker file targeting windows container and your docker is running linux mode or vice versa.

提交回复
热议问题