Using Docker
Draft
2018-08-03 by rp
Docker makes a great alternative to virtual machines. This article explains the basics of replacing a VM with Docker.
PHP remote debugging with Docker and Visual Studio Code
Draft
2018-11-06 by rp
Remote debugging is a must if you're using VMs or Docker. This article shows how easy it is to get remote PHP debugging working.
How to set a directories default group and permissions
Draft
2018-11-16 by rp
Using Docker on Ubuntu sometimes imposes frustrations with directory default groups and permissions. Here's how to fix that.
Using XDebug in an Ubuntu Docker container
Love it or hate it, XDebug deserves a place in every PHP programmer's kitbag
Draft
2019-08-11 by rp
How to install and configure PHP's XDebug in an Ubuntu Docker container.