Adminer Docker Image
Docker Hub: https://hub.docker.com/r/edyan/adminer
A lightweight Docker container (~ 10MB!) with an embedded version of Adminer (PHP7 on Alpine).
For now, only the following PHP extensions have been installed : DBLib (SQLServer), MySQL, PostgreSQL, SQLite, MongoDB and ODBC.
Case of password less databases (SQLite)
Enter the "default" password is password to let adminer login.
Usage
Add the following to your docker-compose.yml file:
adminer:
image: edyan/adminerChanging theme
If you want to change the theme, override the file /app/adminer.css by mounting a volume.