hylitjob / docker-proxysql

Docker container automated build for ProxySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker ProxySQL image

Supported tags and respective Dockerfile links

Build and update process

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.

Run

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

Configuration file

You can find some examples of the proxysql.cfg in the official repository: https://github.com/sysown/proxysql/blob/master/doc/configuration.md

About

Docker container automated build for ProxySQL