This is a starter kit for wordpress theme and plugin development environment by docker .
Docker
for containerizationWordpress
web content management systemMariaDB
databasePHPMyAdmin
database administration
Make sure docker is installed on your machine and run this line:
docker-compose up -d
After that you can easily access your Wordpress website on your localhost:8000 and PHPMyAdmin on localhost:8001
For using as a development tool and changing files with your user use:
chmod 777 -R wordpress