Deploy .NET to Docker

From MgmtWiki
Revision as of 18:27, 30 December 2021 by Tom (talk | contribs) (Solutions)

Jump to: navigation, search

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.

Deployibg the App via Github.com

Setting up a HTTPS connection

References