Episode

Building an ASP.NET Console app in a Docker Container

In this demo, we'll build upon our last demo where we built a custom dockerfile and show how you can build a simple console application. In the demo, we'll show how you can capture Trace output to the console so that it's visible via the Docker logs command and how you can create a second process inside a container to call command line utilities like the JP2A JPEG-to-ASCII art utility.

More information