WordPress Plugin Development with Docker and Visual Studio Code

My preferred way of dong WordPress Plugin Development is by using Docker. Specifically, I use the wordpress and mariadb Docker images. An example docker-compose.yml is as follows: By mounting plugin directory here: I can work with the plugin using Visual Studio code and the plugin is automatically accessible within the WordPress container. To start WordPress…