Which of the following docker images is used to run an ASP.NET app?
dotnet/core/sdk
dotnet/core/aspnet
None of these
Both
The dotnet/core/aspnet image contains the ASP.NET Core runtime and libraries and is optimized for running apps in production.