#docker-containers

[ follow ]
GitHub
3 weeks ago
DevOps

GitHub - prss-io/prssai: PRSS AI Companion & Autoblogger. Research & Create articles for PRSS Site Creator.

PRSS AI Companion & Autoblogger can generate articles based on specified topics with memory capabilities for follow-up questions. [ more ]
CodeProject
1 month ago
DevOps

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. [ more ]
CodeProject
2 months ago
Graphic design

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. [ more ]
[ Load more ]