# asp-dotnet-demo **Repository Path**: oneness/asp-dotnet-demo ## Basic Information - **Project Name**: asp-dotnet-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ASP.NET Tutorial - Hello World in Docker ### 构建 ``` docker build . -t mywebapp ``` ### 容器运行 ``` docker run -d -ti -p 5000:5000 mywebapp ``` ### 访问 ``` http://:5000 ```