Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frol/docker-mysql
https://github.com/frol/docker-mysql
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frol/docker-mysql
- Owner: frol
- Created: 2015-11-24T15:14:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T15:22:01.000Z (about 9 years ago)
- Last Synced: 2024-11-01T01:42:10.185Z (3 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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