Sign inSign up

caiocaliman/lampp

By caiocaliman

Updated about 7 years ago

Debian, Apache, MariaDB, PHP, phpMyAdmin

Image
3

438

caiocaliman/lampp repository overview

Packages

Debian 9u3, Apache 2.4.25, MariaDB 10.1.38, PHP 7.0.33,phpMyAdmin 4.6.6deb4

The packages was the latest available in July, 2019. (But you always can use #apt-get update & apt-get upgrade)

Running it

  1. $docker pull caiocaliman/lampp
  2. $docker run -i -p 8080:80 -t caiocaliman/lampp /bin/bash -c "/etc/init.d/apache2 start; /etc/init.d/mysql start; bash"

Note that, apache will be available at 8080.

Do you want do keep it running? -You can use CTRL+p+q

DB Access

Credentials:
User: root
Password: 123456

Access via browser: http://[IP]:[PORT]/phpmyadmin
Access via shell: $mysql -uroot -p

Tag summary

Content type

Image

Digest

Size

212.3 MB

Last updated

about 7 years ago

docker pull caiocaliman/lampp