https://github.com/webimp/docker-mysql-56-slim
MySQL with a small memory footprint, based on the Official MySQL:5.6.
https://github.com/webimp/docker-mysql-56-slim
docker dockerfile mysql
Last synced: about 1 month ago
JSON representation
MySQL with a small memory footprint, based on the Official MySQL:5.6.
- Host: GitHub
- URL: https://github.com/webimp/docker-mysql-56-slim
- Owner: webimp
- License: mit
- Created: 2018-01-10T15:07:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T15:35:34.000Z (over 8 years ago)
- Last Synced: 2025-01-29T22:33:18.346Z (over 1 year ago)
- Topics: docker, dockerfile, mysql
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
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
```
# How to Use
This docker image is accessible at `webimp/mysql-56-slim`.