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
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.