An open API service indexing awesome lists of open source software.

https://github.com/lobbywatch/docker_mysql

Dockerfile for creating debian-mysql-server-5.7
https://github.com/lobbywatch/docker_mysql

debian docker mysql mysql-server raspberry-pi raspberry-pi-3

Last synced: 3 months ago
JSON representation

Dockerfile for creating debian-mysql-server-5.7

Awesome Lists containing this project

README

        

Docker debian-mysql-server-5.7
==============================

Dockerfile for creating debian-mysql-server-5.7.

It is based on Debian Sid (unstable) and containts MySQL 5.7.

It builds on architectures amd64, armhf (armv7), and armel (armv6) (Raspian).

Rationale: Current MySQL 5.7 docker images do not support Raspberry Pi (armhf architecture of Raspian).

The Dockerfile is adpated from https://github.com/mysql/mysql-docker/blob/mysql-server/5.7/Dockerfile

Usage see https://hub.docker.com/r/mysql/mysql-server/

Public respository: https://hub.docker.com/r/ibex/debian-mysql-server-5.7