Skip to content

calbert1209/dockerized-dotnet-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerized-dotnet-example

What

Basic app

This repo contains the code to build a hello-world level console app and containerize it. The app is based on a tutorial in the DotNet Docs

using best practices when containerizing

The image build features

  • multi-stage build to limit final image size
  • final image whose container is run without root privledges

Nico Meisenzahl's helpful article on Medium.com, "Containerize your .NET Core app – the right way" was the starting point.

Releases

No releases published

Packages

No packages published