Skip to content

marco19pulv/ldlamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light-Docker-LAMP

Light Docker LAMP is a fork of mattrayner/lamp with Apache, MySQL and PHP all in one handy package.

Versions

Apache: 2.4.41
MySQL: 8.0.36
PHP: 8.0.30
phpMyAdmin: 5.1.1

Deploying

Cloning
git clone https://github.com/marco19pulv/ldlamp.git
cd /home/docker/ldlamp
Building
docker build -t ldlamp:latest -f ./Dockerfile .
docker run --name ldlamp-container -d -p "3000:80" ldlamp:latest
docker logs ldlamp-container
curl "http://127.0.0.1:3000/"
Wiping
docker stop ldlamp-container
docker rm ldlamp-container
docker rmi ldlamp:latest

About

Light Docker LAMP

Resources

Stars

Watchers

Forks

Languages

  • HTML 50.2%
  • CSS 16.8%
  • Shell 13.8%
  • Dockerfile 7.1%
  • JavaScript 6.2%
  • PHP 5.9%