Deploy .NET to Docker

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

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

References