This image is automatically built at every push of this repository and every time that the debian:jessie
base image gets updated in order to ensure that bugfixes and security updates are immediately applied.
docker run -v /path/to/proxysql.cfg:/etc/proxysql.cfg prima/proxysql:1.3
Or, you can create your own derived image, with the configuration in the image itself.
FROM prima/proxysql:1.3
COPY my-config/proxysql.cfg /etc/proxysql.cfg
You can find some examples of the proxysql.cfg
in the official repository: https://github.com/sysown/proxysql/blob/master/doc/configuration.md