1 Star 0 Fork 0

github-1/dotnet-docker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github
2.1
3.0
3.1
documentation
eng
samples
aspnetapp
complexapp
dotnetapp
snippets
Directory.Build.props
README.md
build-in-sdk-container.md
deploy-container-to-aci.md
establishing-docker-environment.md
host-aspnetcore-https.md
push-image-to-acr.md
push-image-to-dockerhub.md
run-aspnetcore-https-development.md
run-in-sdk-container.md
run-tests-in-sdk-container.md
selecting-tags.md
tests
.dockerignore
.gitignore
LICENSE
README.aspnet.md
README.md
README.runtime-deps.md
README.runtime.md
README.samples.md
README.sdk.md
build-and-test.ps1
manifest.json
manifest.samples.json
克隆/下载
贡献代码
同步代码
Loading...
README

.NET Core Docker samples

The following samples and guidance demonstrate how to use .NET Core and Docker for development, testing and production. You can use the samples as the basis of your own Docker images or just to learn.

Building images

Development Guidance

Hosting guidance

Sample snippets

In addition to fully operational sample projects, code snippets are also provided for demonstrating more specific scenarios.

Try pre-built images

The following commands will run a .NET Core console app in a container:

docker run --rm mcr.microsoft.com/dotnet/core/samples

The following command will run an ASP.NET Core console app in a container that you can access in your web browser at http://localhost:8000.

docker run --rm -it -p 8000:80 mcr.microsoft.com/dotnet/core/samples:aspnetapp

Docker Repositories

You can find .NET container images at the following Docker repositories:

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/github-1/dotnet-docker.git
git@gitee.com:github-1/dotnet-docker.git
github-1
dotnet-docker
dotnet-docker
master

搜索帮助