Simple patch to the mysql:5.6 image to allow mounting /var/lib/mysql out of the box
700
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
Content type
Image
Digest
sha256:e7a6b574d…
Size
92.1 MB
Last updated
almost 11 years ago
docker pull deardooley/mysql