Challenges in Migrating ASP.NET Apps to Containers #2 - Windows Fonts
Windows Fonts can pose challenges when migrating ASP.NET apps from Windows to Linux Docker containers.
To install Microsoft Core Fonts on Linux for ASP.NET Core applications, use specific commands like 'apt update' and 'apt install fontconfig' in the Dockerfile.
Challenges in Migrating ASP.NET Apps to Containers #3 - OpenSSL Issues
OpenSSL Legacy Renegotiation can be a challenge during migration from Windows ASP.NET apps to Linux Docker containers.
Adding specific lines to the Dockerfile can enable legacy SSL Renegotiation and adjust the minimum TLS version allowed.
Challenges in Migrating ASP.NET Apps to Containers #2 - Windows Fonts
Windows Fonts can pose challenges when migrating ASP.NET apps from Windows to Linux Docker containers.
To install Microsoft Core Fonts on Linux for ASP.NET Core applications, use specific commands like 'apt update' and 'apt install fontconfig' in the Dockerfile.
Challenges in Migrating ASP.NET Apps to Containers #3 - OpenSSL Issues
OpenSSL Legacy Renegotiation can be a challenge during migration from Windows ASP.NET apps to Linux Docker containers.
Adding specific lines to the Dockerfile can enable legacy SSL Renegotiation and adjust the minimum TLS version allowed.