Build a solid WordPress dev environment with Docker

In this 25 minute video, I’ll show you how to create and use a basic WordPress development environment built with Docker and Docker Compose. Follow me on Twitter for more web development tips, news, and tutorials: You’ll learn how to: - Install and setup Docker - Create a Docker Compose file to scaffold out containers - Enable HTTPS and keep MySQL data persistent - Use the wp-cli tool without having to install it locally - 0:00 Intro and Setup - 2:50 Scaffolding Containers - 6:10 Configuring Nginx - 10:10 Installing WordPress - 15:06 Adding HTTPS - 19:00 Persistent MySQL Data - 20:58 Adding wp-cli - 24:42 Conclusion Docker documentation about delegated volumes for MacOS:
Back to Top