Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gimler/docker-phpmyadmin
Minimal phpMyAdmin image can be use as data container with nginx and php-fpm container for example
https://github.com/gimler/docker-phpmyadmin
docker phpmyadmin
Last synced: 6 days ago
JSON representation
Minimal phpMyAdmin image can be use as data container with nginx and php-fpm container for example
- Host: GitHub
- URL: https://github.com/gimler/docker-phpmyadmin
- Owner: gimler
- License: mit
- Created: 2016-02-01T13:32:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T09:22:41.000Z (5 months ago)
- Last Synced: 2024-06-12T14:27:31.041Z (5 months ago)
- Topics: docker, phpmyadmin
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpMyAdmin docker image
It contains only [phpmyadmin](https://www.phpmyadmin.net/) and can be use as docker data container and [nginx](https://hub.docker.com/_/nginx/) and [php-fpm](https://hub.docker.com/_/php/) for example.
[![Build Status](https://travis-ci.org/gimler/docker-phpmyadmin.svg?branch=master)](https://travis-ci.org/gimler/docker-phpmyadmin)
[![](https://images.microbadger.com/badges/image/gimler/phpmyadmin.svg)](https://microbadger.com/images/gimler/phpmyadmin "Get your own image badge on microbadger.com")
[![Docker Stars](https://img.shields.io/docker/stars/gimler/phpmyadmin.svg)](https://hub.docker.com/r/gimler/phpmyadmin/)
[![Docker Pulls](https://img.shields.io/docker/pulls/gimler/phpmyadmin.svg)](https://hub.docker.com/r/gimler/phpmyadmin/)it is heavy inspired by the official docker image [phpmyadmin/docker](https://github.com/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