Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Create Docker Image with .Net Core executable

 In the previous post we saw how to create an Executable (.exe file)  for a .Net Core console application. In this post we shall see how to package this .exe into a Docker image and deploy it as a Docker Container. 

First we will have to create a Dockerfile, we will create this file in the publish folder where the publish results (.exe files) are created.    



This post first appeared on C# Guide, please read the originial post: here

Share the post

Create Docker Image with .Net Core executable

×

Subscribe to C# Guide

Get updates delivered right to your inbox!

Thank you for your subscription

×