Skip to content

arcus-io/docker-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySQL

MySQL 5.5

  • docker build -t mysql .
  • docker run mysql .

Ports

  • 3306 (mysql)

Environment Variables

  • ADMIN_PASS: root account password (default: mysql)
  • MYSQL_CFG_URL: custom MySQL config (my.cnf) that will be downloaded from url
  • DATA_DIR: MySQL data dir (default: /var/lib/mysql)
  • MYSQL_OPTS: Additional options passed to mysqld

About

MySQL Docker Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages