MySQL with a small memory footprint, based on the Official MySQL:5.6.
10K+
Modified MySQL configuration to use less memory, which may be beneficial in situations where peak performance is not important.
The customizations applied in the Dockerfile:
FROM mysql:5.6
# add our custom config file
ADD slim-default.cnf /etc/mysql/conf.d
This docker image is accessible at webimp/mysql-56-slim.
Content type
Image
Digest
Size
97.9 MB
Last updated
over 6 years ago
docker pull webimp/mysql-56-slim