Skip to content

stevemayne/mysql4docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql4docker

Dockerfile to create a MySQL4 environment for legacy testing purposes

Usage

Specify the MYSQL_ROOT_PASSWORD environment variable when launching a new container, e.g:

docker run -d -P -e "MYSQL_ROOT_PASSWORD=password" stevemayne/mysql4

Root user will be bound to the wildcard % host to allow login from outside the container.

About

MySQL 4 Dockerfile built from source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages