A ready-to-use LAMP stack in Docker to be able to dev. and test with Apache / MySQL / PHP
Go to file
2021-09-01 21:02:28 +02:00
html Test bench uploaded 2021-06-23 11:59:18 +02:00
mySql Test bench uploaded 2021-06-23 11:59:18 +02:00
docker-compose.yml Test bench uploaded 2021-06-23 11:59:18 +02:00
Dockerfile Test bench uploaded 2021-06-23 11:59:18 +02:00
LICENSE Initial commit 2021-06-23 11:56:40 +02:00
README.md Updated: README.md 2021-09-01 21:02:28 +02:00

LAMP in Docker

A ready-to-use LAMP stack in Docker to be able to dev. and test with Apache / MySQL / PHP

Situation

You want to test or develop a PHP / Apache / MySQL software, but don't want to install a LAMP stack directly on your OS

Task

Being able to deploy a LAMP stack, quickly, without having to worry about local dependencies, compatibility and other issues.

Action

  • Clone the repo and start the docker-compose.yml
docker-compose up
  • Create a database

In phpMyAdmin

Default: http://127.0.0.1:1238

Result

Use the folder "html" for your web service files

Files related to the MySQL will be saved in the folder "mySql"

Note

ToDo

Ps.: Feel free to improve :)

Some Statistics