Sign inSign up

hardware/adminer

By hardware

Updated about 7 years ago

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.

Image
4

100K+

hardware/adminer repository overview

hardware/adminer

adminer

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.7.2)
  • MySQL/MariaDB/PostgreSQL/SQLite drivers
Built-time variables
  • VERSION : version of adminer (default: 4.7.2)
  • SHA256_HASH : SHA256 hash of adminer php file
  • THEME : alternative design (default: pepa-linha), view full list.
Ports
  • 8888
Docker-compose.yml
version: "3"

services:
  adminer:
    image: hardware/adminer
    container_name: adminer
    depends_on:
      - mariadb

  mariadb:
    image: mariadb:10.2
    container_name: mariadb
    volumes:
      - /mnt/docker/mysql/db:/var/lib/mysql
    environment:
      - MYSQL_ROOT_PASSWORD=xxxx
Screenshots

screenshot1 screenshot2

Tag summary

Content type

Image

Digest

Size

9.3 MB

Last updated

about 7 years ago

docker pull hardware/adminer