C
C#14mo ago
BlueJayBird

❔ Use of Docker on ASP.NET MVC app publication (NET Framework 4.7.2) to Win Server

I'm in search of guidance and clarification. I'm not sure if I'm correctly understanding the use of Docker. Tell me if I'm saying anything wrong somewhere. I'm learning about deployment/publishing and I'm wondering if I can use #Docker to facilitate this. I have this solution in NET Framework 4.7.2 (I can't choose the technology used) and I want to publish it on IIS 10 on an external Windows server. The project is ASPNET MVC. It runs correctly on my local machine when I publish it as a folder in wwwroot. But when I do the same type of publishing on the server, it runs but with errors. I was thinking of using Docker to avoid dependency issues and ensure that the publication works on the server exactly as it does on my machine. I'm not sure if I understand correctly what Docker is used for. I found this very good video about using Docker (although it's focused on Linux server). This video is my initial reference, along with the official Docker documentation. https://youtu.be/CV_Uf3Dq-EU https://docs.docker.com/language/dotnet/ What experiences have you had in similar scenarios? I'm using VS22. Let me know if you need additional information about my environment. Thanks in advanced.
Pelado Nerd
YouTube
DOCKER De NOVATO a PRO! (CURSO COMPLETO EN ESPAÑOL)
En este video, vemos lo que yo considero lo suficiente para poder trabajar profesionalmente con Docker como un desarrollador. 00:00 - Intro 01:14 - Instalando Docker 03:43 - Diferencias entre Docker y Maquinas Virtuales (VMs) 09:48 - Imágenes en Docker y docker run 14:34 - Comandos más comunes de Docker 21:28 - Desarrollando en Docker 22:02 - E...
Docker Documentation
What will you learn in this module?
Containerize .NET apps using Docker
2 Replies
jcotton42
jcotton4214mo ago
Windows containers are a thing, but they're uh not great I'm also not sure if IIS is supported in them
Accord
Accord14mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.