Sign inSign up

joppsdev/lamp

By joppsdev

Updated almost 6 years ago

Image configured with Apache, PHP, Xdebug and MySQL

Image
0

201

joppsdev/lamp repository overview

Command for launching the container:

  • docker run --name lamp-server -v "AbsolutePathToWebFolder:/var/www/html" -v "AbsolutePathToSQLFolder:/docker-entrypoint-initdb.d/" -e MYSQL_ROOT_PASSWORD=YourPass -p 80:80 -p 3306:3306 -d joppsdev/lamp:tagname

Command for entering the container:

  • docker exec -it lamp-server bash

Version 1.0 contains:

  • Ubuntu 18.04
  • Apache 2.4.29
  • PHP 7.3.9
  • Xdebug 2.7.2
  • MySQL 8.0.17

Tag summary

Content type

Image

Digest

Size

266.6 MB

Last updated

almost 6 years ago

docker pull joppsdev/lamp