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.
Enter the "default" password is password to let adminer login.
Add the following to your docker-compose.yml file:
adminer:
image: edyan/adminer
If you want to change the theme, override the file /app/adminer.css
by mounting a volume.