mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-09-24 23:49:37 -05:00
4ba57f81acc81ac7a3f5ee191b66b231a8ea2a03
This currently doesn't work and it's hard to debug due to missing error reporting in the login phase. This will be improved in next phpMyAdmin release and the test should be revisited by then. Signed-off-by: Michal Čihař <michal@cihar.com>
alpine linux + php + phpmyadmin
Run PHPMyAdmin with alpine + php built in web server
Usage
First, you need to run mysql in docker, and this image need link a running mysql instance container
docker run --name myadmin -d --link mysql_db_server:db -p 8080:8080 phpmyadmin/phpmyadmin
Then open browser, visit http://..host.ip:8080
You will see the phpmyadmin login page
Languages
PHP
46.4%
Dockerfile
22.1%
Shell
21.5%
Python
8.5%
Makefile
1.5%