Run SimpleSAMLphp using Docker SimpleSAMLphp is a great application with stellar reputation, pretty much the only game in town in the PHP world. However, documentation lacks examples and it is quite technical. The notes below will provide much needed context and example as to how to run SimpleSAMLphp with Docker. Download source code First thing […]
How to configure Gettext using PHP and Docker One thing that sets apart software applications is internalization. Developers often overlook the importance of internalization of their app. Let’s set that up. The Docker part (likely what you are looking for) Fortunately, there are open source tools that make translation of your app easy. Consider using […]
To create a load balancer using Traefik and Docker, you can follow the guide below. This guide will walk you through setting up Traefik, Let's Encrypt, and Docker.