Skip to content

boolean-uk/csharp-docker-dockerfile-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile Workshop

Simple MVC application which has a Dockerfile.

Setup

This was setup using:

  • dotnet new sln --name workshop
  • dotnet new mvc --name workshop.mvc
  • dotnet sln add **/*.csproj

Then right click on the mvc project and Add Docker Support to generate the file.

Now when you run the application will deploy to Docker.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published