
Docker makes debugging a darn sight easier
Changing contexts with the push of a button facilitates quick testing
Changing contexts with the push of a button facilitates quick testing
There’s an official WordPress docker image on the hub. Which means I have no good excuse to go make my own. Here’s my bad excuse: The official approach…
Problem: On all my non-https enabled WordPress sites, the links to CSS and images were always https which meant they failed, rendering as pure html. Assumption: It’s either…