docker-lampp-dev
A Docker development environment with MariaDB, PHP and PHPMyAdmin (LAMPP like). Made to make life easier for developers/students with little infrastructure experience.
Setup:
Assuming you have already installed Docker (with docker-compose) and it is working. To start the servers use:
docker-compose up
Add -d
to run in the background
Warning:
This version of the environment is designed for application development, it is not recommended to use it in production.