dotnet core

Dockerfile for dotnet core worker process

In this article we will talk about creating a dotnet core worker process and we will run it in a docker container. This article is divided into two parts, in the first part we will create a simple worker process and in the second part we will write the Dockerfile to containerise it. If you already know about creating workers in dotnetcore feel free to skip the first part. Creating the dotnet core worker processs From your favourite shell, execute the following commands: