WordPress Development with Docker Containers

Part #1) Getting Started Getting started, install docker locally and/or on your web server. Generally I like to use a basic nginx server to proxy requests back to my individual docker instances (wordpress installs). You could do this with an addition docker container,...

How I build a LEMP (NGINX) server for WordPress

A few years ago I was converted; I stopped using Apache, and started loving NGINX (engine-ex). In terms of system resources, there is a major advantage. Also, in terms of administering virtual hosts, there are a number of tuning options that offer an advantage for...