Sign inSign up

kleberbaum/adminer

By kleberbaum

Updated over 8 years ago

(self-proclaimed) best Adminer container on Docker Hub based on Alpine Linux

Image
1

1.1K

kleberbaum/adminer repository overview

Adminer for Docker

Build Status Docker Stars Docker Pulls ImageLayers

Size optimised docker image based on alpine.

Extensively tested on netcup 2.99€/a VPS.

What is this ?

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.

Features
  • Lightweight & secure image (no root process)
  • Based on Alpine Linux
  • Latest adminer version (4.3.1)
  • MySQL/MariaDB/PostgreSQL/SQLite drivers
Built-time variables
  • VERSION : version of adminer (default: 4.3.1)
  • SHA256_HASH : SHA256 hash of adminer php file
Ports
  • 8888
Docker-compose
Docker-compose.yml
adminer:
  image: hardware/adminer
  container_name: adminer
  links:
    - mariadb:mariadb

mariadb:
  image: mariadb:10.1
  container_name: mariadb
  volumes:
    - /mnt/docker/mysql/db:/var/lib/mysql
  environment:
    - MYSQL_ROOT_PASSWORD=xxxx
Run !
docker-compose up -d
Screenshots

screenshot1 screenshot2

Tag summary

Content type

Image

Digest

Size

6.9 MB

Last updated

over 8 years ago

docker pull kleberbaum/adminer