An open API service indexing awesome lists of open source software.

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.

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`.