Skip to content

hanssonfredrik/dotnet-docker-web

Repository files navigation

.NET Framework Docker Sample

This sample demonstrates how to use .NET Framework and Docker together.

This sample requires the Docker client and .NET Framework.

Build and run the sample with dotnet

Use the dotnet run command to start the app.

cd src
dotnet run

Build and run the sample with Docker

You can build and run the sample in Docker using the following commands. The instructions assume that you are in the root of the repository.

docker image build -t dotnet-docker-web:latest .
docker run -dp 8000:80 --name dotnet-docker-web-container dotnet-docker-web:latest

Build and run the sample with Divio

You can build and run the sample in Divio on your computer using the following commands. The instructions assume that you are in the root of the repository and that you have installed Divio CLI.

divio app up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published