Sign inSign up

rupakg/docker-mysql

By rupakg

Updated almost 11 years ago

Image
0

1.3K

rupakg/docker-mysql repository overview

docker-mysql

Example usage: $ docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=pass@word01 centurylink/mysql

Environment variables

  • MYSQL_ROOT_PASSWORD: The password for the root user. Defaults to a blank password
  • MYSQL_DATABASE: A database to automatically create. If not provided, does not create a database.
  • MYSQL_USER: A user to create that has access to the database specified by MYSQL_DATABASE.
  • MYSQL_PASSWORD: The password for MYSQL_USER. Defaults to a blank password.
  • MYSQL_CHARACTER_SET: Set the character set for the database. Defaults to utf8.
  • MYSQL_COLLATE: Sert the colaltion for the database. Defaults to utf8_general_ci.

Tag summary

Content type

Image

Digest

sha256:4aa4320da

Size

111.7 MB

Last updated

almost 11 years ago

docker pull rupakg/docker-mysql