(self-proclaimed) best Adminer container on Docker Hub based on Alpine Linux
1.1K
Size optimised docker image based on alpine.
Extensively tested on netcup 2.99€/a VPS.
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.
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
docker-compose up -d

Content type
Image
Digest
Size
6.9 MB
Last updated
over 8 years ago
docker pull kleberbaum/adminer