ecstasy2 / alpine-mysql

a docker image base on alpine with mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alpine-mysql

a docker image base on alpine with mysql

build image

docker build -t wangxian/alpine-mysql .
docker run -it --rm -v $(pwd):/app -p 3306:3306 wangxian/alpine-mysql

Usage

docker run -it --name mysql -p 3306:3306 -v $(pwd):/app -e MYSQL_DATABASE=admin -e MYSQL_USER=tony -e MYSQL_PASSWORD=dpa\*12d -e MYSQL_ROOT_PASSWORD=111111 wangxian/alpine-mysql

It will create a new db, and set mysql root password(default is 111111)

About

a docker image base on alpine with mysql

License:MIT License


Languages

Language:Shell 100.0%