Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run asp.net 4.5 in Docker

Tags:

docker

I have one project base on asp.net 4.5, now I want run it in Docker. As far as I am known, only asp.net 5 be supported this moment, so has any way let me run my project in Docker?

like image 209
Ray Avatar asked Oct 30 '22 21:10

Ray


1 Answers

You must read Mono documentation about ASP.NET MVC Support. Mono can handle your needs, running under Docker Linux Containers. Using Windows Containers (new feature becomes with Windows Server 2016) you will do that without any trick. About Mono and Docker, that was useful, stable and can solve your requirements, depends exclusivelly what you are using in your project to understand that is compactible with mono runtime.

Mono Docker repository on Github

Mono on Docker Hub

Enjoy and tell us about your experiences.

like image 130
Luiz Carlos Faria Avatar answered Nov 15 '22 06:11

Luiz Carlos Faria