Systemd and Docker daemon configuration This part is only necessary if you want the Docker daemon to listen on a TCP port. My preferred way of doing it is as follows: If we take a…
Category: Docker
Gotchas in running PHP as a containerized application
I have a question that has been circling my mind for a while: should nginx and php-fpm run in separate containers or the same? Consequently, how do we scale them horizontally? In this article, I…
Read more of Gotchas in running PHP as a containerized application