/adminer

:whale: Tiniest boxed dockerized Adminer (MySQL/PostgreSQL,SQLite,Mongo,Oracle) Dockerfiles

Primary LanguageDockerfileBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Adminer / Adminer Editor

Docker Stars Docker Pulls

Discussion / Help

Join the chat

Adminer

Database management in a single PHP file.

You should take a look to the official github profile (https://github.com/vrana/adminer).

Adminer

Prolog

There are few variants of this adminer image, mostly based on Alpine Linux:

  • full (mysql, pgsql, sqlite, mongo)
  • mysql (only)
  • pgsql (only)
  • mongo (only)

Usage

docker run \
    --rm
    -p 8000:80
    dockette/adminer:full

By default container is running with MEMORY=256M (memory_limit) and UPLOAD=2048M (upload_max_filesize, post_max_size). You can override it.

docker run \
    --rm
    -p 8000:80
    -e MEMORY=512M
    -e UPLOAD=4096M
    dockette/adminer:full

Tags

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

Adminer DG

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).

Adminer DG

Usage

docker run \
    --rm
    -p 8000:80
    dockette/adminer:dg

Tags

Image Technologies Size Docker Hub
dockette/adminer:dg MySQL / PostgreSQL / MongoDB / Sqlite 16mb link