Skip to content

bezeklik/draft_docker-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL

Supported tags and respective Dockerfile links

Difference from the official image

  • image based on CentOS

  • install via yum repository

  • support for MySQL 5.1

Quick reference

  • Where to get help:

  • Where to file issues:

https://github.com/bezeklik/docker-mysql/issues

  • Maintained by:

Bezeklik

  • Supported architectures:

  • Published image artifact details:

  • Image updates:

  • Source of this description:

  • Supported Docker versions:

How to use this image

Usage

docker run --interactive --tty --name centos bezeklik/mysql bash

Docker Environment Variables

When you create a MySQL Server container, you can configure the MySQL instance by using the --env option (-e in short) and specifying one or more of the following environment variables.

MYSQL_ALLOW_EMPTY_PASSWORD

MYSQL_ROOT_PASSWORD

MYSQL_RANDOM_ROOT_PASSWORD

MYSQL_ONETIME_PASSWORD

MYSQL_DATABASE

MYSQL_USER

MYSQL_PASSWORD

This variable is only supported for MySQL 5.6 and later.

MYSQL_ROOT_HOST

MYSQL_LOG_CONSOLE

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published