Category: Environment
-
How to run multiple Docker projects under port 80 using an off-the-shelf local Reverse Proxy
In this article, I will explore how a local Reverse Proxy in Go, which I wrote to handle two or more Docker projects on port 80, works. You will learn how to easily and efficiently manage access to multiple containers using a single standard port, and how to eliminate the need for additional configuration of…
-
Docker with WSL2 based on Windows
WSL (Windows Subsystem for Linux) – is a Windows subsystem that can allow running Linux applications on computers without installing […]