Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frol/docker-mysql


https://github.com/frol/docker-mysql

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# docker-mysql

[![](https://badge.imagelayers.io/vibioh/mysql:latest.svg)](https://imagelayers.io/?images=vibioh/mysql:latest 'Get your own badge on imagelayers.io')

Largely inspired by [MySQL official image](https://github.com/docker-library/mysql) and [Hypriot MySQL image](https://github.com/hypriot/rpi-mysql)

docker run \
-d \
-p 3306:3306 \
--name test_mysql \
--read-only \
-e MYSQL_ROOT_PASSWORD=s3cr3t! \
-e MYSQL_DATABASE=test \
-e MYSQL_USER=test \
-e MYSQL_PASSWORD=T3st! \
vibioh/mysql:latest