关于[Running ASP.NET Web API Solution in Docker]的摘要:
This article describes how to containerize an ASP.NET WebApi solution with Visual Studio, how to pass data via environment variables and also how to run the images in docker without Visual Studio. The tricky part when running a web solution with a web API in docker containers is to map the URLs and ports so that the code running inside the docker container can be accessed from outside. This is a question of docker configuration and minor code changes.
原文地址: https://www.codeproject.com/Articles/1257705/Running-ASP-NET-Web-API-Solution-in-Docker