Skip to content

Docker LAMP 1.3 dev

Latest
Compare
Choose a tag to compare
@rob-ec rob-ec released this 27 Apr 03:50
· 1 commit to master since this release
d1d0d22

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.