Skip to content

assoconnect/docker-adminer-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adminer for Azure MySQL Single & Flexible Server

Docker Pulls Docker Stars Docker Image Size

This image based on the official Adminer Docker image ships the required setup to connect with SSL to an Azure MySQL Single or Flexible Server.

A daily build is available on the Docker Hub.

Login SSL

This image ships with the required setup to connect with SSL to an Azure MySQL Single or Flexible Server.) ships the required setup to connect with SSL to an Azure MySQL Single or Flexible Server

Login Servers

This image also leverages the login-servers.php plugin to provide a predefined list of servers.

Define the env variable LOGIN_SERVERS as JSON-encoded list of servers

{
  "server description": {
    "server": "[host]",
    "driver": "[server|pgsql|sqlite|...]"
  },
  ...
}

Note that the server driver is Adminer's internal name for MysQL.

About

Adminer Docker image for Azure MySQL Single & Flexible Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors