A bare-minimum WordPress plugin using Docker-Compose
- Clone this repository
- Edit
docker-compose.ymlchange the volume path from/base-pluginto the name of your plugin e.g./booking-plugin - Rename
base-plugin.phpto your plugin name, it should match the folder name e.g.booking-plugin.php - Run docker
docker-compose up -d - Navigate to
localhost:8000
- Shutdown docker with
docker-compose down - Delete the
docker-compose.ymlfile - Update this README for your plugin
Helpful links: