A LAMP docker image running with a LAMP stack (Apache, MySQL and PHP) all in one handy package.
178
Docker-LAMP is a set of docker image along with a LAMP stack (Apache, MySQL and PHP) all in one handy package.
With Ubuntu 20.04.2 LTS image on the 1.0 tag, Docker-LAMP is flexible enough to use with all of your LAMP projects.
Using the image:On the command line
This is the quickest way
docker run -p "80:80" -it trozonsec/lamp:1.0
Start Apache2 & Mysql Service:-
service apache2 start
service mysql start
Versions:-
Apache/2.4.41 (Ubuntu)
Database client version: libmysql - mysqlnd 7.4.3
PHP version: 7.4.3
Phpmyadmin(Credentials):-
Username: admin
Password:Adminpass@123
Dockerfile in Github
github link : https://github.com/vishal9066/lamp
Content type
Image
Digest
Size
121 MB
Last updated
over 5 years ago
docker pull trozonsec/lamp