Git Product home page Git Product logo

adminer's Introduction

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

adminer's People

Contributors

hardware avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

adminer's Issues

Theme support

Since your dockerfile is pulling in a specific theme, would it make sense to pull in all the css themes hosted on the repo and use an ENV variable to apply the adminer.css file when starting the container up? The official docker image offers theme selection(haven't checked how it's approached). I don't imagine it to bloat file size much?

A similar image for adminer on alpine is here, they're about 5MB smaller afaik, also lack the theme support but have raised it as an issue to resolve.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.