jcavat / docker-lamp

Docker with Apache, MySql, PhpMyAdmin and Php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-lamp

Docker example with Apache, MySql 8.0, PhpMyAdmin and Php

  • You can use MariaDB 10.1 if you checkout to the tag mariadb-10.1 - contribution made by luca-vercelli
  • You can use MySql 5.7 if you checkout to the tag mysql5.7

I use docker-compose as an orchestrator. To run these containers:

docker-compose up -d

Open phpmyadmin at http://localhost:8000 Open web browser to look at a simple php example at http://localhost:8001

Run mysql client:

  • docker-compose exec db mysql -u root -p

Enjoy !

About

Docker with Apache, MySql, PhpMyAdmin and Php

License:The Unlicense


Languages

Language:PHP 80.4%Language:Dockerfile 19.6%