Sign inSign up

keopx/mysql

By keopx

Updated about 5 years ago

MySQL 8, 5.7, 5.6 and 5.5 for Docker. Debian 8 based.

Image
1

10K+

keopx/mysql repository overview

Introduction

This image works with Debian 8 and use current last MySQL 8.0/5.7/5.6/5.5 version.

Example usage:

$ docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=change_me keopx/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.

Tag summary

Content type

Image

Digest

Size

222 MB

Last updated

about 5 years ago

docker pull keopx/mysql