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.cfgYou can find some examples of the proxysql.cfg in the official repository: https://github.com/sysown/proxysql/blob/master/doc/configuration.md