How to Fix Network Errors with Docker and Windows Containers

Last week I run into this annoying problem when I tired to run the .Net samples for Docker: Step 7/23 : RUN dotnet restore —> Running in ce2d8740cf2e Restore completed in 389.74 ms for C:\app\dotnetapp\dotnetapp.csproj. Restore completed in 220.85 ms for C:\app\utils\utils.csproj. C:\Program Files\dotnet\sdk\2.2.402\NuGet.targets(123,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. …

Read more

How to Use Docker & Visual Studio for Your ASP.NET Applications on the .Net Framework

Visual Studio 2019 offers some great help to use Docker with ASP.Net applications on the .Net full framework. The support for Docker improved over the last versions of Visual Studio and is now on a level where you nearly can’t get it wrong. If all is working, you can start your application inside a Docker …

Read more