Skip to content

A lightweight Docker container with an embedded version of adminer

Notifications You must be signed in to change notification settings

edyan/docker-adminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adminer Docker Image

Build Status Docker Pulls

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/adminer

Changing theme

If you want to change the theme, override the file /app/adminer.css by mounting a volume.

About

A lightweight Docker container with an embedded version of adminer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published