Sign inSign up

rcgcoder/alpine-mysql

By rcgcoder

•Updated over 8 years ago

alpine network bridged and nfs client with mysql based on wangxian/alpine-mysql

Image
0

855

rcgcoder/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

56 MB

Last updated

over 8 years ago

docker pull rcgcoder/alpine-mysql