Sign inSign up

spiralout/alpine-mysql

By spiralout

•Updated almost 8 years ago

MySQL in alpine container

Image
0

232

spiralout/alpine-mysql repository overview

⁠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)

Tag summary

Content type

Image

Digest

Size

43.5 MB

Last updated

almost 8 years ago

docker pull spiralout/alpine-mysql