Docker image for mysql
Based on the stock mysql image I added the following env variables:
MYSQL_DATA_DIR=/var/lib/mysql
Where to store the mysql data. Since the default is a volume it's not preserved if you want to save the container as a new image. With this env variable you can change the directory.
Content type
Image
Digest
sha256:75ad207d6…
Size
78.8 MB
Last updated
over 8 years ago
docker pull ingoclaro/mysql:5.6