Deploy .NET to Docker
From MgmtWiki
Contents
Full Title or Meme
How to move an application from Visual Studio to a Docker Container on Digital Ocean.
Context
Most Docker solutions work well with Apache or NGINX, some special considerations are needed to get a simple task from from .NET on Visual Studio.
Problems
- Most sites now use Let's Encrypt Certificates which come with simple scripts for Apache, but no help for Windows.
Solutions
There are two distinct parts fo the dealoyment and maintenance of the application plus a little bit of glue to stick one part to the other.