Sign inSign up

gimler/phpmyadmin

By gimler

Updated over 1 year ago

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

Image
1

7.9K

gimler/phpmyadmin repository overview

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

Tag summary

Content type

Image

Digest

sha256:f520285d7

Size

20.5 MB

Last updated

over 1 year ago

docker pull gimler/phpmyadmin