All Projects → jcavat → Docker Lamp

jcavat / Docker Lamp

Licence: unlicense
Docker with Apache, MySql, PhpMyAdmin and Php

Projects that are alternatives of or similar to Docker Lamp

Devilbox
A modern Docker LAMP stack and MEAN stack for local development
Stars: ✭ 3,598 (+1203.62%)
Mutual labels:  mysql, mariadb, lamp, docker-compose, apache
Oneinstack
OneinStack - A PHP/JAVA Deployment Tool
Stars: ✭ 1,983 (+618.48%)
Mutual labels:  phpmyadmin, mysql, mariadb, lamp
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (-67.75%)
Mutual labels:  phpmyadmin, mysql, mariadb, apache
Lamp
Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS/Debian/Ubuntu
Stars: ✭ 2,456 (+789.86%)
Mutual labels:  mysql, mariadb, lamp, apache
Neard
🎲 Portable WAMP software stack
Stars: ✭ 296 (+7.25%)
Mutual labels:  phpmyadmin, mysql, mariadb, apache
Config
Armbian configuration utility
Stars: ✭ 317 (+14.86%)
Mutual labels:  mysql, lamp, apache
Docker Compose Lamp
A basic LAMP stack environment built using Docker Compose.
Stars: ✭ 1,284 (+365.22%)
Mutual labels:  phpmyadmin, mysql, docker-compose
Docker Nginx Php Mysql
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
Stars: ✭ 1,322 (+378.99%)
Mutual labels:  phpmyadmin, mysql, docker-compose
Phpmyfaq
phpMyFAQ - Open Source FAQ web application for PHP and MySQL, PostgreSQL and other databases
Stars: ✭ 494 (+78.99%)
Mutual labels:  mysql, mariadb, docker-compose
Phpmyadmin
A web interface for MySQL and MariaDB
Stars: ✭ 5,750 (+1983.33%)
Mutual labels:  phpmyadmin, mysql, mariadb
Lnmp
LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RHEL/Fedora/Aliyun/Amazon、Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS或独立主机安装LNMP(Nginx/MySQL/PHP)、LNMPA(Nginx/MySQL/PHP/Apache)、LAMP(Apache/MySQL/PHP)生产环境的Shell程序。
Stars: ✭ 2,119 (+667.75%)
Mutual labels:  mysql, mariadb, lamp
Guacamole Install Rhel 7
Apache Guacamole installation bash script for RHEL 7 and CentOS 7 including options for Nginx, HTTPS, SSL, LDAP, Let's Encrypt certificates and more
Stars: ✭ 174 (-36.96%)
Mutual labels:  mysql, mariadb, apache
Stacker
Stacker - The environment for local web development, ready for use.
Stars: ✭ 356 (+28.99%)
Mutual labels:  mysql, lamp, docker-compose
Docker Superset
Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
Stars: ✭ 86 (-68.84%)
Mutual labels:  mysql, docker-compose, apache
Lnmp
LEMP stack/LAMP stack/LNMP stack installation scripts for CentOS/Redhat Debian and Ubuntu
Stars: ✭ 2,488 (+801.45%)
Mutual labels:  mysql, mariadb, lamp
Kickoff Docker Php
🐳 🐘 🚀 Easily setup a PHP project with Docker
Stars: ✭ 213 (-22.83%)
Mutual labels:  phpmyadmin, mysql, docker-compose
Vagrant Centos7 Ansible Lamp
Ansible example using Vagrant to deploy Centos7 server with Apache2.4.6, PHP7 (with xdebug), mariaDB5.5 and phpmyadmin to local VM.
Stars: ✭ 41 (-85.14%)
Mutual labels:  phpmyadmin, mysql
Phpmyadmin sql backup
A Python script to automate SQL dumps via phpMyAdmin's web interface
Stars: ✭ 17 (-93.84%)
Mutual labels:  phpmyadmin, mysql
Mirth Connect Docker
Mirth-Connect Docker container (+ Mysql container + PHPMyAdmin container)
Stars: ✭ 29 (-89.49%)
Mutual labels:  phpmyadmin, mysql
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (-84.42%)
Mutual labels:  phpmyadmin, mysql

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 !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].