Continuing our tutorial series, in this installment we explore the bind mount storage option in Docker Compose.
Where’s My Data! Exploring Anonymous Volumes in Docker Compose
Continuing our tutorial series, in this installment we explore how Docker Compose manages our data when we don’t specify any storage options.
Adding a Web Server to Our Simple WordPress App
Continuing our tutorial series, in this installment we add an nginx web server to our WordPress app.
Adding a Database Management Tool to Our Simple WordPress App
Continuing our tutorial series, in this installment we add an Adminer database management tool to our WordPress app.
Creating a WordPress Development Environment with Docker Compose
This post begins a tutorial series about creating a WordPress development environment with Docker Compose. In this first installment, I introduce the project, discussing it’s goals and prerequisites and walking your through the creation of a simple WordPress app in Compose that forms a foundation for the remainder of the series.