0

I'm pretty new to docker and its containers. My question simply, is it possible to deploy ASP.NET MVC 4/5 to docker on linux container. I found some links here on stackoverflow but nothing is suitable for my case:

1- Can we deploy an asp.net mvc 4 app to docker with windows container? (Windows container not Linux container

2- How to deploy asp.net application to docker container on Linux server? (.NET core not ASP.NET MVC)

Community
  • 1
  • 1
Ibrahim Amer
  • 1,147
  • 4
  • 19
  • 46
  • you may, if you install and configure mono. see related http://stackoverflow.com/questions/18189164/deploying-mvc4-to-linux – Set Mar 05 '17 at 18:16

1 Answers1

-1

right now, its possible, microsoft created docker package https://www.docker.com/microsoft six months ago NET Core was on 1.xx, and now is completed with ASP net core https://www.maherjendoubi.io/asp-net-core-2-0-in-docker/ as you can see now you can reach that goal