Sign inSign up

trozonsec/lamp

By trozonsec

Updated over 5 years ago

A LAMP docker image running with a LAMP stack (Apache, MySQL and PHP) all in one handy package.

Image
0

178

trozonsec/lamp repository overview

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

Tag summary

Content type

Image

Digest

Size

121 MB

Last updated

over 5 years ago

docker pull trozonsec/lamp