▶️Console app experiment

Overview

previously we looked at pulling a pre existing image and running it. Now, let us look at the steps involved in creating our own image and then running it.

This image we will build will have simple Dotnet command line application in it which will just display hello world message. First, we will create and test the application locally and then we will containerize it by creating a docker image with it.

Last updated