Michal Čihař 4ba57f81ac Remove login test
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>
2015-12-04 12:16:10 +01:00
2015-12-04 12:16:10 +01:00
2015-11-06 10:27:39 +08:00
2015-12-04 11:36:00 +01:00
2015-12-04 08:03:47 +01:00
2015-12-04 11:29:45 +01:00

alpine linux + php + phpmyadmin

Run PHPMyAdmin with alpine + php built in web server

Build Status

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

S
Description
Docker container for phpMyAdmin
Readme GPL-3.0
1.1 MiB
Languages
PHP 46.4%
Dockerfile 22.1%
Shell 21.5%
Python 8.5%
Makefile 1.5%