https://github.com/dotnet/dotnet-docker-samples/tree/master/aspnetapp
Docker command docker build -t aspnetapp.
docker build -t aspnetapp
I am getting an error for docker bui
Just add --network=host option to docker build
--network=host
docker build
docker build -t aspnetapp . --network=host