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.