Sign inSign up

deardooley/mysql

By deardooley

•Updated almost 11 years ago

Simple patch to the mysql:5.6 image to allow mounting /var/lib/mysql out of the box

Image
0

700

deardooley/mysql repository overview

Simple patch to the mysql:5.6 image to allow mounting /var/lib/mysql out of the box.

docker run -d --name mysql \ 
	-v `pwd`/mysql:/var/lib/mysql \
	-p 3306:3306 \ 
	-e "MYSQL_DATABASE=agave" \ 
	-e "MYSQL_USER=agaveuser" \ 
	-e "MYSQL_PASSWORD=password" \ 
	-e "MYSQL_ROOT_PASSWORD=mysecretpassword" \ 
	deardooley/mysql:latest

Tag summary

Content type

Image

Digest

sha256:e7a6b574d…

Size

92.1 MB

Last updated

almost 11 years ago

docker pull deardooley/mysql