Database management in a single PHP file.
You should take a look to the official github profile (https://github.com/vrana/adminer).
There are few variants of this adminer image:
- full (mysql, pgsql, sqlite, mongo)
- mysql (only)
- pgsql (only)
- mongo (only)
docker run \
--rm
-p 8000:80
dockette/adminer:full
Image | Technologies | Size | Docker Hub |
---|---|---|---|
dockette/adminer | MySQL / PostgreSQL / MongoDB / Sqlite | 12mb | link |
dockette/adminer:full | MySQL / PostgreSQL / MongoDB / Sqlite | 12mb | link |
dockette/adminer:mysql | MySQL | 9mb | link |
dockette/adminer:pgsql | PostgreSQL | 8mb | link |
dockette/adminer:mongo | MongoDB | 9mb | link |
dockette/adminer:full-php5 | MySQL / PostgreSQL / MongoDB / Sqlite | 10mb | link |
dockette/adminer:mysql-php5 | MySQL | 9mb | link |
dockette/adminer:pgsql-php5 | PostgreSQL | 10mb | link |
dockette/adminer:mongo-php5 | MongoDB | 10mb | link |
Customization for the best database management tool written in PHP, Adminer
You should take a look to the official github profile (https://github.com/dg/adminer-custom).
docker run \
--rm
-p 8000:80
dockette/adminer:dg
Image | Technologies | Size | Docker Hub |
---|---|---|---|
dockette/adminer:dg | MySQL / PostgreSQL / MongoDB / Sqlite | 16mb | link |