gimler / docker-phpmyadmin

Minimal phpMyAdmin image can be use as data container with nginx and php-fpm container for example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpMyAdmin docker image

It contains only phpmyadmin and can be use as docker data container and nginx and php-fpm for example.

Build Status Docker Stars Docker Pulls

it is heavy inspired by the official docker image phpmyadmin/docker but without the php and webserver stuff.

Hints

PHP Container

Your php container should include the following extensions installed:

  • bz2
  • curl
  • ctype
  • gd
  • json
  • mysqli
  • mbstring
  • opcache
  • openssl
  • session
  • xml
  • zlib
  • zip

Environment variables summary

  • PMA_ARBITRARY - when set to 1 connection to the arbitrary server will be allowed
  • PMA_HOST - define address/host name of the MySQL server
  • PMA_PORT - define port of the MySQL server
  • PMA_HOSTS - define comma separated list of address/host names of the MySQL servers
  • PMA_USER and PMA_PASSWORD - define username to use for config authentication method

About

Minimal phpMyAdmin image can be use as data container with nginx and php-fpm container for example

License:MIT License


Languages

Language:PHP 61.9%Language:Dockerfile 28.4%Language:Shell 9.7%