Sign inSign up

klabs/mysql

By klabs

Updated almost 9 years ago

This Docker image runs Mysql 5.6.

Image
0

6.6K

klabs/mysql repository overview

MYSQL

=======

This Docker Image runs Mysql 5.6.

It has been forked from the official Mysql Docker container, with minimal changes:

  • set timezone the same as the other containers

  • change the user-id/group-id of the mysql user, to ease the sharing of data in mounted volumes

More docs at: https://hub.docker.com/_/mysql/

How to run the container

You can run the container with the docker run command :

``` sh
docker run -p 3307:3306 klabs/mysql:5.6
```

Tag summary

Content type

Image

Digest

Size

100.6 MB

Last updated

almost 9 years ago

docker pull klabs/mysql