A bare-minimum WordPress plugin using Docker-Compose
- Clone this repository
- Edit
docker-compose.yml
change the volume path from/base-plugin
to the name of your plugin e.g./booking-plugin
- Rename
base-plugin.php
to 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.yml
file - Update this README for your plugin
Helpful links: